Color Hex Logo

#f9521b Color Hex

#F9521B
(249,82,27)
0 Favorites   0 Comments

Color spaces of #f9521b

RGB 2498227
HSL0.040.950.54
HSV15°89°98°
CMYK 0.000.670.89   0.02
XYZ42.282026.25353.8758
Yxy26.25350.58390.3626
Hunter Lab51.238257.632331.3819
CIE-Lab58.276961.529562.2730

#f9521b color RGB value is (249,82,27).

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

The process color (four color CMYK) of #f9521b color hex is 0.00, 0.67, 0.89, 0.02. Web safe color of #f9521b is #ff6633. Color #f9521b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 00011011
Octal 371 122 33
Decimal 249 82 27
Hex F9 52 1B

RGB Percentages of Color #f9521b

%69.55
%22.91
%7.54

CMYK Percentages of Color #f9521b

%0
%67
%89
%2

Triadic Colors of #f9521b

#f9521b #1bf952 #521bf9

Analogous Colors of #f9521b

#f9521b #f9c11b #f91b53

Monochromatic Colors of #f9521b

#f9521b

Complementary Color

#f9521b #1bc2f9

#f9521b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9521b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9521b Color CSS Codes

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

#f9521b Text Font Color

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

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


#f9521b Background Color

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

This div background color is #f9521b


#f9521b Border Color

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

This div border color is #f9521b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,82,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9521b


Comments

No comments written yet.

Please login to write comment.