Shades of Crusta #F08E51
Tints of Crusta #F08E51
RGB
CMYK
RGB Variations
Color information
#F08E51 (or 0xF08E51) is known color: Crusta. HEX triplet: F0, 8E and 51. RGB value is (240,142,81). Sum of RGB (Red+Green+Blue) = 240+142+81=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E51 is #0F71AE. Grayscale: #A4A4A4. Windows color (decimal): -1012143 or 5345008. OLE color: 5345008.
HSL color Cylindrical-coordinate representation of color #F08E51: hue angle of 23.02º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F08E51 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 81 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.06 |
| HSL | 23.02º | 0.84% | 0.63% | - |
| HSV(B) | 23.02º | 0.66% | 0.94% | - |
| XYZ | 47.09 | 38.47 | 12.73 | - |
| YUV | 164.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 81 | 0 | 0.41 | 0.66 | 0.06 | 23.02 | 0.84 | 0.63 |
| Hex | F0 | 8E | 51 | 0 | 29 | 42 | 6 | 17 | 54 | 3F |
| Octal | 360 | 216 | 121 | 0 | 51 | 102 | 6 | 27 | 124 | 77 |
| Binary | 11110000 | 10001110 | 1010001 | 0 | 101001 | 1000010 | 110 | 10111 | 1010100 | 111111 |
Color Harmonies of #F08E51
Complementary color
Monochromatic Colors of #F08E51
Black with #F08E51
Text Example
Text Example
White with #F08E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E51; }
p { color: rgb(240,142,81); }
H1.HeaderClassName
{
color: #F08E51;
}
.AnyTagClassName
{
color: #F08E51;
}
</style>
background-color css
<style>
a { background-color: #F08E51; }
a { background-color: rgb(240,142,81); }
div.DivClassName
{
background-color: #F08E51;
}
.BgClassName
{
background-color: #F08E51;
}
</style>
border-color css
<style>
span { border-color: #F08E51; }
span { border-color: rgb(240,142,81); }
td.TdClassName
{
border-color: #F08E51;
}
.TagClassName
{
border-color: #F08E51;
}
</style>