Color Hex Logo

#fd954f Color Hex

#FD954F
(253,149,79)
0 Favorites   0 Comments

Color spaces of #fd954f

RGB 25314979
HSL0.070.980.65
HSV24°69°99°
CMYK 0.000.410.69   0.01
XYZ52.666742.942112.9099
Yxy42.94210.48530.3957
Hunter Lab65.530228.782734.1906
CIE-Lab71.515733.456452.6349

#fd954f color RGB value is (253,149,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 01001111
Octal 375 225 117
Decimal 253 149 79
Hex FD 95 4F

RGB Percentages of Color #fd954f

%52.60
%30.98
%16.42

CMYK Percentages of Color #fd954f

%0
%41
%69
%1

Triadic Colors of #fd954f

#fd954f #4ffd95 #954ffd

Analogous Colors of #fd954f

#fd954f #fdec4f #fd4f60

Monochromatic Colors of #fd954f

#fd954f

Complementary Color

#fd954f #4fb7fd

#fd954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd954f Color CSS Codes

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

#fd954f Text Font Color

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

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


#fd954f Background Color

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

This div background color is #fd954f


#fd954f Border Color

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

This div border color is #fd954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd954f

Related Colors


Comments

No comments written yet.

Please login to write comment.