Shades of Crusta #F0814C
Tints of Crusta #F0814C
RGB
CMYK
RGB Variations
Color information
#F0814C (or 0xF0814C) is known color: Crusta. HEX triplet: F0, 81 and 4C. RGB value is (240,129,76). Sum of RGB (Red+Green+Blue) = 240+129+76=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0814C is #0F7EB3. Grayscale: #9C9C9C. Windows color (decimal): -1015476 or 5014000. OLE color: 5014000.
HSL color Cylindrical-coordinate representation of color #F0814C: hue angle of 19.39º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0814C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 76 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.06 |
| HSL | 19.39º | 0.85% | 0.62% | - |
| HSV(B) | 19.39º | 0.68% | 0.94% | - |
| XYZ | 45.09 | 34.75 | 11.17 | - |
| YUV | 156.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 76 | 0 | 0.46 | 0.68 | 0.06 | 19.39 | 0.85 | 0.62 |
| Hex | F0 | 81 | 4C | 0 | 2E | 44 | 6 | 13 | 55 | 3E |
| Octal | 360 | 201 | 114 | 0 | 56 | 104 | 6 | 23 | 125 | 76 |
| Binary | 11110000 | 10000001 | 1001100 | 0 | 101110 | 1000100 | 110 | 10011 | 1010101 | 111110 |
Color Harmonies of #F0814C
Complementary color
Monochromatic Colors of #F0814C
Black with #F0814C
Text Example
Text Example
White with #F0814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0814C; }
p { color: rgb(240,129,76); }
H1.HeaderClassName
{
color: #F0814C;
}
.AnyTagClassName
{
color: #F0814C;
}
</style>
background-color css
<style>
a { background-color: #F0814C; }
a { background-color: rgb(240,129,76); }
div.DivClassName
{
background-color: #F0814C;
}
.BgClassName
{
background-color: #F0814C;
}
</style>
border-color css
<style>
span { border-color: #F0814C; }
span { border-color: rgb(240,129,76); }
td.TdClassName
{
border-color: #F0814C;
}
.TagClassName
{
border-color: #F0814C;
}
</style>