Color Hex Logo

#fd920b Color Hex

#FD920B
(253,146,11)
0 Favorites   0 Comments

Color spaces of #fd920b

RGB 25314611
HSL0.090.980.52
HSV33°96°99°
CMYK 0.000.420.96   0.01
XYZ50.847341.46465.6401
Yxy41.46460.51910.4233
Hunter Lab64.393028.263039.8820
CIE-Lab70.500233.048874.5841

#fd920b color RGB value is (253,146,11).

#fd920b hex color red value is 253, green value is 146 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fd920b hue: 0.09 , saturation: 0.98 and the lightness value of fd920b is 0.52.

The process color (four color CMYK) of #fd920b color hex is 0.00, 0.42, 0.96, 0.01. Web safe color of #fd920b is #ff9900. Color #fd920b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010010 00001011
Octal 375 222 13
Decimal 253 146 11
Hex FD 92 B

RGB Percentages of Color #fd920b

%61.71
%35.61
%2.68

CMYK Percentages of Color #fd920b

%0
%42
%96
%1

Triadic Colors of #fd920b

#fd920b #0bfd92 #920bfd

Analogous Colors of #fd920b

#fd920b #effd0b #fd190b

Monochromatic Colors of #fd920b

#fd920b

Complementary Color

#fd920b #0b76fd

#fd920b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd920b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd920b Color CSS Codes

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

#fd920b Text Font Color

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

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


#fd920b Background Color

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

This div background color is #fd920b


#fd920b Border Color

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

This div border color is #fd920b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd920b

Related Colors


Comments

No comments written yet.

Please login to write comment.