Color Hex Logo

#f0905f Color Hex

#F0905F
(240,144,95)
0 Favorites   0 Comments

Color spaces of #f0905f

RGB 24014495
HSL0.060.830.66
HSV20°60°94°
CMYK 0.000.400.60   0.06
XYZ47.974039.298015.8832
Yxy39.29800.46510.3810
Hunter Lab62.688126.898428.8595
CIE-Lab68.966631.865041.2117

#f0905f color RGB value is (240,144,95).

#f0905f hex color red value is 240, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f0905f hue: 0.06 , saturation: 0.83 and the lightness value of f0905f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 01011111
Octal 360 220 137
Decimal 240 144 95
Hex F0 90 5F

RGB Percentages of Color #f0905f

%50.10
%30.06
%19.83

CMYK Percentages of Color #f0905f

%0
%40
%60
%6

Triadic Colors of #f0905f

#f0905f #5ff090 #905ff0

Analogous Colors of #f0905f

#f0905f #f0d95f #f05f77

Monochromatic Colors of #f0905f

#f0905f

Complementary Color

#f0905f #5fbff0

#f0905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0905f Color CSS Codes

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

#f0905f Text Font Color

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

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


#f0905f Background Color

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

This div background color is #f0905f


#f0905f Border Color

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

This div border color is #f0905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0905f


Comments

No comments written yet.

Please login to write comment.