Color Hex Logo

#fd902f Color Hex

#FD902F
(253,144,47)
0 Favorites   0 Comments

Color spaces of #fd902f

RGB 25314447
HSL0.080.980.59
HSV28°81°99°
CMYK 0.000.430.81   0.01
XYZ50.994441.03447.9221
Yxy41.03440.51020.4105
Hunter Lab64.058129.995937.5082
CIE-Lab70.200034.733765.1264

#fd902f color RGB value is (253,144,47).

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

The process color (four color CMYK) of #fd902f color hex is 0.00, 0.43, 0.81, 0.01. Web safe color of #fd902f is #ff9933. Color #fd902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 00101111
Octal 375 220 57
Decimal 253 144 47
Hex FD 90 2F

RGB Percentages of Color #fd902f

%56.98
%32.43
%10.59

CMYK Percentages of Color #fd902f

%0
%43
%81
%1

Triadic Colors of #fd902f

#fd902f #2ffd90 #902ffd

Analogous Colors of #fd902f

#fd902f #fdf72f #fd2f35

Monochromatic Colors of #fd902f

#fd902f

Complementary Color

#fd902f #2f9cfd

#fd902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd902f Color CSS Codes

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

#fd902f Text Font Color

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

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


#fd902f Background Color

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

This div background color is #fd902f


#fd902f Border Color

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

This div border color is #fd902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd902f

Related Colors


Comments

No comments written yet.

Please login to write comment.