color codes Logo

#f0940a color codes

#F0940A
(240,148,10)
0 Favorites   0 Comments

Color spaces of #f0940a

RGB 24014810
HSL0.100.920.49
HSV36°96°94°
CMYK 0.000.380.96   0.06
XYZ46.579939.72705.5002
Yxy39.72700.50740.4327
Hunter Lab63.029421.613538.9467
CIE-Lab69.274626.643073.0926

#f0940a color RGB value is (240,148,10).

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

The process color (four color CMYK) of #f0940a color code is 0.00, 0.38, 0.96, 0.06. Web safe color of #f0940a is #ff9900. Color #f0940a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 00001010
Octal 360 224 12
Decimal 240 148 10
Hex F0 94 A

RGB Percentages of Color #f0940a

%60.30
%37.19
%2.51

CMYK Percentages of Color #f0940a

%0
%38
%96
%6

Triadic Colors of #f0940a

#f0940a #0af094 #940af0

Analogous Colors of #f0940a

#f0940a #d9f00a #f0210a

Monochromatic Colors of #f0940a

#f0940a

Complementary Color

#f0940a #0a66f0

#f0940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0940a Color CSS Codes

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

#f0940a Text Font Color

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

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


#f0940a Background Color

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

This div background color is #f0940a


#f0940a Border Color

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

This div border color is #f0940a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0940a


Comments

No comments written yet.

Please login to write comment.