Color Hex Logo

#f09a2b Color Hex

#F09A2B
(240,154,43)
0 Favorites   0 Comments

Color spaces of #f09a2b

RGB 24015443
HSL0.090.870.55
HSV34°82°94°
CMYK 0.000.360.82   0.06
XYZ47.926841.81097.8298
Yxy41.81090.49120.4285
Hunter Lab64.661319.146338.0836
CIE-Lab70.740324.088966.3836

#f09a2b color RGB value is (240,154,43).

#f09a2b hex color red value is 240, green value is 154 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f09a2b hue: 0.09 , saturation: 0.87 and the lightness value of f09a2b is 0.55.

The process color (four color CMYK) of #f09a2b color hex is 0.00, 0.36, 0.82, 0.06. Web safe color of #f09a2b is #ff9933. Color #f09a2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 00101011
Octal 360 232 53
Decimal 240 154 43
Hex F0 9A 2B

RGB Percentages of Color #f09a2b

%54.92
%35.24
%9.84

CMYK Percentages of Color #f09a2b

%0
%36
%82
%6

Triadic Colors of #f09a2b

#f09a2b #2bf09a #9a2bf0

Analogous Colors of #f09a2b

#f09a2b #e4f02b #f0372b

Monochromatic Colors of #f09a2b

#f09a2b

Complementary Color

#f09a2b #2b81f0

#f09a2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09a2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09a2b Color CSS Codes

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

#f09a2b Text Font Color

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

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


#f09a2b Background Color

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

This div background color is #f09a2b


#f09a2b Border Color

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

This div border color is #f09a2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,154,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f09a2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f09a2b;
  -webkit-box-shadow: 1px 1px 3px 2px #f09a2b;
  box-shadow:         1px 1px 3px 2px #f09a2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,154,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09a2b


Comments

No comments written yet.

Please login to write comment.