Color Hex Logo

#f0980e Color Hex

#F0980E
(240,152,14)
0 Favorites   0 Comments

Color spaces of #f0980e

RGB 24015214
HSL0.100.890.50
HSV37°94°94°
CMYK 0.000.370.94   0.06
XYZ47.242741.01345.8419
Yxy41.01340.50210.4359
Hunter Lab64.041719.604139.4207
CIE-Lab70.185324.578773.1624

#f0980e color RGB value is (240,152,14).

#f0980e hex color red value is 240, green value is 152 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f0980e hue: 0.10 , saturation: 0.89 and the lightness value of f0980e is 0.50.

The process color (four color CMYK) of #f0980e color hex is 0.00, 0.37, 0.94, 0.06. Web safe color of #f0980e is #ff9900. Color #f0980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 00001110
Octal 360 230 16
Decimal 240 152 14
Hex F0 98 E

RGB Percentages of Color #f0980e

%59.11
%37.44
%3.45

CMYK Percentages of Color #f0980e

%0
%37
%94
%6

Triadic Colors of #f0980e

#f0980e #0ef098 #980ef0

Analogous Colors of #f0980e

#f0980e #d7f00e #f0270e

Monochromatic Colors of #f0980e

#f0980e

Complementary Color

#f0980e #0e66f0

#f0980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0980e Color CSS Codes

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

#f0980e Text Font Color

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

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


#f0980e Background Color

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

This div background color is #f0980e


#f0980e Border Color

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

This div border color is #f0980e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0980e


Comments

No comments written yet.

Please login to write comment.