Color Hex Logo

#fd904f Color Hex

#FD904F
(253,144,79)
0 Favorites   0 Comments

Color spaces of #fd904f

RGB 25314479
HSL0.060.980.65
HSV22°69°99°
CMYK 0.000.430.69   0.01
XYZ51.892641.393712.6519
Yxy41.39370.48980.3907
Hunter Lab64.337931.380133.3773
CIE-Lab70.450936.024051.4580

#fd904f color RGB value is (253,144,79).

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

The process color (four color CMYK) of #fd904f color hex is 0.00, 0.43, 0.69, 0.01. Web safe color of #fd904f is #ff9966. Color #fd904f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 01001111
Octal 375 220 117
Decimal 253 144 79
Hex FD 90 4F

RGB Percentages of Color #fd904f

%53.15
%30.25
%16.60

CMYK Percentages of Color #fd904f

%0
%43
%69
%1

Triadic Colors of #fd904f

#fd904f #4ffd90 #904ffd

Analogous Colors of #fd904f

#fd904f #fde74f #fd4f65

Monochromatic Colors of #fd904f

#fd904f

Complementary Color

#fd904f #4fbcfd

#fd904f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd904f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd904f Color CSS Codes

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

#fd904f Text Font Color

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

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


#fd904f Background Color

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

This div background color is #fd904f


#fd904f Border Color

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

This div border color is #fd904f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,144,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 #fd904f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd904f


Comments

No comments written yet.

Please login to write comment.