Color Hex Logo

#f0a224 Color Hex

#F0A224
(240,162,36)
0 Favorites   0 Comments

Color spaces of #f0a224

RGB 24016236
HSL0.100.870.54
HSV37°85°94°
CMYK 0.000.330.85   0.06
XYZ49.173944.49337.6654
Yxy44.49330.48530.4391
Hunter Lab66.703314.860039.8788
CIE-Lab72.557019.680970.1019

#f0a224 color RGB value is (240,162,36).

#f0a224 hex color red value is 240, green value is 162 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #f0a224 hue: 0.10 , saturation: 0.87 and the lightness value of f0a224 is 0.54.

The process color (four color CMYK) of #f0a224 color hex is 0.00, 0.33, 0.85, 0.06. Web safe color of #f0a224 is #ff9933. Color #f0a224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10100010 00100100
Octal 360 242 44
Decimal 240 162 36
Hex F0 A2 24

RGB Percentages of Color #f0a224

%54.79
%36.99
%8.22

CMYK Percentages of Color #f0a224

%0
%33
%85
%6

Triadic Colors of #f0a224

#f0a224 #24f0a2 #a224f0

Analogous Colors of #f0a224

#f0a224 #d8f024 #f03c24

Monochromatic Colors of #f0a224

#f0a224

Complementary Color

#f0a224 #2472f0

#f0a224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a224 Color CSS Codes

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

#f0a224 Text Font Color

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

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


#f0a224 Background Color

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

This div background color is #f0a224


#f0a224 Border Color

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

This div border color is #f0a224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a224


Comments

No comments written yet.

Please login to write comment.