Color Hex Logo

#f2ab0a Color Hex

#F2AB0A
(242,171,10)
0 Favorites   0 Comments

Color spaces of #f2ab0a

RGB 24217110
HSL0.120.920.49
HSV42°96°95°
CMYK 0.000.290.96   0.05
XYZ51.235648.02506.8565
Yxy48.02500.48280.4526
Hunter Lab69.300110.695242.6439
CIE-Lab74.840715.370477.0528

#f2ab0a color RGB value is (242,171,10).

#f2ab0a hex color red value is 242, green value is 171 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f2ab0a hue: 0.12 , saturation: 0.92 and the lightness value of f2ab0a is 0.49.

The process color (four color CMYK) of #f2ab0a color hex is 0.00, 0.29, 0.96, 0.05. Web safe color of #f2ab0a is #ff9900. Color #f2ab0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101011 00001010
Octal 362 253 12
Decimal 242 171 10
Hex F2 AB A

RGB Percentages of Color #f2ab0a

%57.21
%40.43
%2.36

CMYK Percentages of Color #f2ab0a

%0
%29
%96
%5

Triadic Colors of #f2ab0a

#f2ab0a #0af2ab #ab0af2

Analogous Colors of #f2ab0a

#f2ab0a #c5f20a #f2370a

Monochromatic Colors of #f2ab0a

#f2ab0a

Complementary Color

#f2ab0a #0a51f2

#f2ab0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ab0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ab0a Color CSS Codes

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

#f2ab0a Text Font Color

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

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


#f2ab0a Background Color

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

This div background color is #f2ab0a


#f2ab0a Border Color

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

This div border color is #f2ab0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,171,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2ab0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2ab0a;
  -webkit-box-shadow: 1px 1px 3px 2px #f2ab0a;
  box-shadow:         1px 1px 3px 2px #f2ab0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,171,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ab0a


Comments

No comments written yet.

Please login to write comment.