Shades of Crusta #F08E58
Tints of Crusta #F08E58
RGB
CMYK
RGB Variations
Color information
#F08E58 (or 0xF08E58) is known color: Crusta. HEX triplet: F0, 8E and 58. RGB value is (240,142,88). Sum of RGB (Red+Green+Blue) = 240+142+88=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E58 is #0F71A7. Grayscale: #A5A5A5. Windows color (decimal): -1012136 or 5803760. OLE color: 5803760.
HSL color Cylindrical-coordinate representation of color #F08E58: hue angle of 21.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F08E58 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 88 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.06 |
| HSL | 21.32º | 0.84% | 0.64% | - |
| HSV(B) | 21.32º | 0.63% | 0.94% | - |
| XYZ | 47.37 | 38.58 | 14.18 | - |
| YUV | 165.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 88 | 0 | 0.41 | 0.63 | 0.06 | 21.32 | 0.84 | 0.64 |
| Hex | F0 | 8E | 58 | 0 | 29 | 3F | 6 | 15 | 54 | 40 |
| Octal | 360 | 216 | 130 | 0 | 51 | 77 | 6 | 25 | 124 | 100 |
| Binary | 11110000 | 10001110 | 1011000 | 0 | 101001 | 111111 | 110 | 10101 | 1010100 | 1000000 |
Color Harmonies of #F08E58
Complementary color
Monochromatic Colors of #F08E58
Black with #F08E58
Text Example
Text Example
White with #F08E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E58; }
p { color: rgb(240,142,88); }
H1.HeaderClassName
{
color: #F08E58;
}
.AnyTagClassName
{
color: #F08E58;
}
</style>
background-color css
<style>
a { background-color: #F08E58; }
a { background-color: rgb(240,142,88); }
div.DivClassName
{
background-color: #F08E58;
}
.BgClassName
{
background-color: #F08E58;
}
</style>
border-color css
<style>
span { border-color: #F08E58; }
span { border-color: rgb(240,142,88); }
td.TdClassName
{
border-color: #F08E58;
}
.TagClassName
{
border-color: #F08E58;
}
</style>