#F0805A

Color #F0805A Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F0805A

Tints of Crusta #F0805A

Color information

#F0805A (or 0xF0805A) is unknown color: approx Crusta. HEX triplet: F0, 80 and 5A. RGB value is (240,128,90). Sum of RGB (Red+Green+Blue) = 240+128+90=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0805A is #0F7FA5. Grayscale: #9D9D9D. Windows color (decimal): -1015718 or 5931248. OLE color: 5931248.

HSL color Cylindrical-coordinate representation of color #F0805A: hue angle of 15.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0805A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24012890-
CMYK00.470.620.06
HSL15.2º83.33%64.71%-
HSV(B)15.2º62.5%94.12%-
XYZ45.534.713.97-
YUV157.1690.11187.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 52.40%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 90 (35.55% from 255) = 19.65%
R=52.40%
G=27.95%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401289000.470.620.0615.283.3364.71
HexF0805A02F3E6f5341
Octal36020013205776617123101
Binary111100001000000010110100101111111110110111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0805A; }

 p { color: rgb(240,128,90); }

 H1.HeaderClassName
 {
   color: #F0805A;
 }
 .AnyTagClassName
 {
   color: #F0805A;
 }
</style>
background-color css

<style>
 a { background-color: #F0805A; }

 a { background-color: rgb(240,128,90); }

 div.DivClassName
 {
   background-color: #F0805A;
 }
 .BgClassName
 {
   background-color: #F0805A;
 }
</style>
border-color css

<style>
 span { border-color: #F0805A; }

 span { border-color: rgb(240,128,90); }

 td.TdClassName
 {
   border-color: #F0805A;
 }
 .TagClassName
 {
   border-color: #F0805A;
 }
</style>