Color Hex Logo

#fd604b Color Hex

#FD604B
(253,96,75)
0 Favorites   0 Comments

Color spaces of #fd604b

RGB 2539675
HSL0.020.980.64
HSV70°99°
CMYK 0.000.620.70   0.01
XYZ45.960929.75649.9778
Yxy29.75640.53630.3472
Hunter Lab54.549454.934627.3397
CIE-Lab61.443558.644143.3547

#fd604b color RGB value is (253,96,75).

#fd604b hex color red value is 253, green value is 96 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fd604b hue: 0.02 , saturation: 0.98 and the lightness value of fd604b is 0.64.

The process color (four color CMYK) of #fd604b color hex is 0.00, 0.62, 0.70, 0.01. Web safe color of #fd604b is #ff6633. Color #fd604b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100000 01001011
Octal 375 140 113
Decimal 253 96 75
Hex FD 60 4B

RGB Percentages of Color #fd604b

%59.67
%22.64
%17.69

CMYK Percentages of Color #fd604b

%0
%62
%70
%1

Triadic Colors of #fd604b

#fd604b #4bfd60 #604bfd

Analogous Colors of #fd604b

#fd604b #fdb94b #fd4b8f

Monochromatic Colors of #fd604b

#fd604b

Complementary Color

#fd604b #4be8fd

#fd604b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd604b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd604b Color CSS Codes

.mybgcolor {background-color:#fd604b; } 
.myforecolor {color:#fd604b; }
.mybordercolor {border:3px solid #fd604b; }

#fd604b Text Font Color

<p style="color:#fd604b">Text here</p>

This sample text font color is #fd604b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd604b Background Color

<div style="background-color:#fd604b">
Div content here</div>

This div background color is #fd604b


#fd604b Border Color

<div style="border:3px solid #fd604b">
Div here</div>

This div border color is #fd604b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,96,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd604b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd604b;
  -webkit-box-shadow: 1px 1px 3px 2px #fd604b;
  box-shadow:         1px 1px 3px 2px #fd604b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,96,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd604b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd604b;
  -webkit-box-shadow: 1px 1px 3px 2px #fd604b;
  box-shadow:         1px 1px 3px 2px #fd604b;">
Div content here</div>

This div box has shadow with color #fd604b


Comments

No comments written yet.

Please login to write comment.