Color Hex Logo

#fd854f Color Hex

#FD854F
(253,133,79)
0 Favorites   0 Comments

Color spaces of #fd854f

RGB 25313379
HSL0.050.980.65
HSV19°69°99°
CMYK 0.000.470.69   0.01
XYZ50.306838.222212.1233
Yxy38.22220.49980.3797
Hunter Lab61.824137.054831.6505
CIE-Lab68.184141.588848.9283

#fd854f color RGB value is (253,133,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 01001111
Octal 375 205 117
Decimal 253 133 79
Hex FD 85 4F

RGB Percentages of Color #fd854f

%54.41
%28.60
%16.99

CMYK Percentages of Color #fd854f

%0
%47
%69
%1

Triadic Colors of #fd854f

#fd854f #4ffd85 #854ffd

Analogous Colors of #fd854f

#fd854f #fddc4f #fd4f70

Monochromatic Colors of #fd854f

#fd854f

Complementary Color

#fd854f #4fc7fd

#fd854f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd854f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd854f Color CSS Codes

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

#fd854f Text Font Color

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

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


#fd854f Background Color

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

This div background color is #fd854f


#fd854f Border Color

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

This div border color is #fd854f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd854f


Comments

No comments written yet.

Please login to write comment.