Color Hex Logo

#f9520b Color Hex

#F9520B
(249,82,11)
0 Favorites   0 Comments

Color spaces of #f9520b

RGB 2498211
HSL0.050.950.51
HSV18°96°98°
CMYK 0.000.670.96   0.02
XYZ42.144626.19853.1522
Yxy26.19850.58950.3664
Hunter Lab51.184557.401732.1777
CIE-Lab58.225061.339366.5629

#f9520b color RGB value is (249,82,11).

#f9520b hex color red value is 249, green value is 82 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f9520b hue: 0.05 , saturation: 0.95 and the lightness value of f9520b is 0.51.

The process color (four color CMYK) of #f9520b color hex is 0.00, 0.67, 0.96, 0.02. Web safe color of #f9520b is #ff6600. Color #f9520b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 00001011
Octal 371 122 13
Decimal 249 82 11
Hex F9 52 B

RGB Percentages of Color #f9520b

%72.81
%23.98
%3.22

CMYK Percentages of Color #f9520b

%0
%67
%96
%2

Triadic Colors of #f9520b

#f9520b #0bf952 #520bf9

Analogous Colors of #f9520b

#f9520b #f9c90b #f90b3b

Monochromatic Colors of #f9520b

#f9520b

Complementary Color

#f9520b #0bb2f9

#f9520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9520b Color CSS Codes

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

#f9520b Text Font Color

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

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


#f9520b Background Color

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

This div background color is #f9520b


#f9520b Border Color

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

This div border color is #f9520b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9520b


Comments

No comments written yet.

Please login to write comment.