color codes Logo

#f2510a color codes

#F2510A
(242,81,10)
0 Favorites   0 Comments

Color spaces of #f2510a

RGB 2428110
HSL0.050.920.49
HSV18°96°95°
CMYK 0.000.670.96   0.05
XYZ39.615224.78402.9830
Yxy24.78400.58790.3678
Hunter Lab49.783554.920031.2958
CIE-Lab56.864459.418565.3360

#f2510a color RGB value is (242,81,10).

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

The process color (four color CMYK) of #f2510a color code is 0.00, 0.67, 0.96, 0.05. Web safe color of #f2510a is #ff6600. Color #f2510a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010001 00001010
Octal 362 121 12
Decimal 242 81 10
Hex F2 51 A

RGB Percentages of Color #f2510a

%72.67
%24.32
%3.00

CMYK Percentages of Color #f2510a

%0
%67
%96
%5

Triadic Colors of #f2510a

#f2510a #0af251 #510af2

Analogous Colors of #f2510a

#f2510a #f2c50a #f20a37

Monochromatic Colors of #f2510a

#f2510a

Complementary Color

#f2510a #0aabf2

#f2510a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2510a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2510a Color CSS Codes

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

#f2510a Text Font Color

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

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


#f2510a Background Color

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

This div background color is #f2510a


#f2510a Border Color

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

This div border color is #f2510a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2510a


Comments

No comments written yet.

Please login to write comment.