Color Hex Logo

#f0914f Color Hex

#F0914F
(240,145,79)
0 Favorites   0 Comments

Color spaces of #f0914f

RGB 24014579
HSL0.070.840.63
HSV25°67°94°
CMYK 0.000.400.67   0.06
XYZ47.471939.340612.4886
Yxy39.34060.47810.3962
Hunter Lab62.722125.336032.1002
CIE-Lab68.997330.339049.3735

#f0914f color RGB value is (240,145,79).

#f0914f hex color red value is 240, green value is 145 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f0914f hue: 0.07 , saturation: 0.84 and the lightness value of f0914f is 0.63.

The process color (four color CMYK) of #f0914f color hex is 0.00, 0.40, 0.67, 0.06. Web safe color of #f0914f is #ff9966. Color #f0914f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 01001111
Octal 360 221 117
Decimal 240 145 79
Hex F0 91 4F

RGB Percentages of Color #f0914f

%51.72
%31.25
%17.03

CMYK Percentages of Color #f0914f

%0
%40
%67
%6

Triadic Colors of #f0914f

#f0914f #4ff091 #914ff0

Analogous Colors of #f0914f

#f0914f #f0e24f #f04f5e

Monochromatic Colors of #f0914f

#f0914f

Complementary Color

#f0914f #4faef0

#f0914f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0914f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0914f Color CSS Codes

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

#f0914f Text Font Color

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

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


#f0914f Background Color

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

This div background color is #f0914f


#f0914f Border Color

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

This div border color is #f0914f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0914f


Comments

No comments written yet.

Please login to write comment.