Color Hex Logo

#f0905a Color Hex

#F0905A
(240,144,90)
0 Favorites   0 Comments

Color spaces of #f0905a

RGB 24014490
HSL0.060.830.65
HSV22°63°94°
CMYK 0.000.400.63   0.06
XYZ47.753939.210014.7242
Yxy39.21000.46960.3856
Hunter Lab62.617926.547129.8909
CIE-Lab68.903131.528943.7280

#f0905a color RGB value is (240,144,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 01011010
Octal 360 220 132
Decimal 240 144 90
Hex F0 90 5A

RGB Percentages of Color #f0905a

%50.63
%30.38
%18.99

CMYK Percentages of Color #f0905a

%0
%40
%63
%6

Triadic Colors of #f0905a

#f0905a #5af090 #905af0

Analogous Colors of #f0905a

#f0905a #f0db5a #f05a6f

Monochromatic Colors of #f0905a

#f0905a

Complementary Color

#f0905a #5abaf0

#f0905a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0905a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0905a Color CSS Codes

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

#f0905a Text Font Color

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

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


#f0905a Background Color

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

This div background color is #f0905a


#f0905a Border Color

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

This div border color is #f0905a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0905a


Comments

No comments written yet.

Please login to write comment.