Color Hex Logo

#fd604f Color Hex

#FD604F
(253,96,79)
0 Favorites   0 Comments

Color spaces of #fd604f

RGB 2539679
HSL0.020.980.65
HSV69°99°
CMYK 0.000.620.69   0.01
XYZ46.102229.812910.7217
Yxy29.81290.53210.3441
Hunter Lab54.601255.163426.5784
CIE-Lab61.492558.834741.2518

#fd604f color RGB value is (253,96,79).

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

The process color (four color CMYK) of #fd604f color hex is 0.00, 0.62, 0.69, 0.01. Web safe color of #fd604f is #ff6666. Color #fd604f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100000 01001111
Octal 375 140 117
Decimal 253 96 79
Hex FD 60 4F

RGB Percentages of Color #fd604f

%59.11
%22.43
%18.46

CMYK Percentages of Color #fd604f

%0
%62
%69
%1

Triadic Colors of #fd604f

#fd604f #4ffd60 #604ffd

Analogous Colors of #fd604f

#fd604f #fdb74f #fd4f95

Monochromatic Colors of #fd604f

#fd604f

Complementary Color

#fd604f #4fecfd

#fd604f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd604f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd604f Color CSS Codes

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

#fd604f Text Font Color

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

This sample text font color is #fd604f
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.


#fd604f Background Color

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

This div background color is #fd604f


#fd604f Border Color

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

This div border color is #fd604f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd604f

Related Colors


Comments

No comments written yet.

Please login to write comment.