#F0815A

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

Shades of Crusta #F0815A

Tints of Crusta #F0815A

Color information

#F0815A (or 0xF0815A) is unknown color: approx Crusta. HEX triplet: F0, 81 and 5A. RGB value is (240,129,90). Sum of RGB (Red+Green+Blue) = 240+129+90=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0815A is #0F7EA5. Grayscale: #9E9E9E. Windows color (decimal): -1015462 or 5931504. OLE color: 5931504.

HSL color Cylindrical-coordinate representation of color #F0815A: hue angle of 15.6º 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 #F0815A is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24012990-
CMYK00.460.620.06
HSL15.6º83.33%64.71%-
HSV(B)15.6º62.5%94.12%-
XYZ45.6334.9614.02-
YUV157.7489.77186.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=52.29%
G=28.10%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401299000.460.620.0615.683.3364.71
HexF0815A02E3E6105341
Octal36020113205676620123101
Binary1111000010000001101101001011101111101101000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0815A; }

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

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

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

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

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

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

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

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