Shades of Crusta #F08E57
Tints of Crusta #F08E57
RGB
CMYK
RGB Variations
Color information
#F08E57 (or 0xF08E57) is known color: Crusta. HEX triplet: F0, 8E and 57. RGB value is (240,142,87). Sum of RGB (Red+Green+Blue) = 240+142+87=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E57 is #0F71A8. Grayscale: #A5A5A5. Windows color (decimal): -1012137 or 5738224. OLE color: 5738224.
HSL color Cylindrical-coordinate representation of color #F08E57: hue angle of 21.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F08E57 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 87 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.06 |
| HSL | 21.57º | 0.84% | 0.64% | - |
| HSV(B) | 21.57º | 0.64% | 0.94% | - |
| XYZ | 47.33 | 38.56 | 13.97 | - |
| YUV | 165.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 87 | 0 | 0.41 | 0.64 | 0.06 | 21.57 | 0.84 | 0.64 |
| Hex | F0 | 8E | 57 | 0 | 29 | 40 | 6 | 16 | 54 | 40 |
| Octal | 360 | 216 | 127 | 0 | 51 | 100 | 6 | 26 | 124 | 100 |
| Binary | 11110000 | 10001110 | 1010111 | 0 | 101001 | 1000000 | 110 | 10110 | 1010100 | 1000000 |
Color Harmonies of #F08E57
Complementary color
Monochromatic Colors of #F08E57
Black with #F08E57
Text Example
Text Example
White with #F08E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E57; }
p { color: rgb(240,142,87); }
H1.HeaderClassName
{
color: #F08E57;
}
.AnyTagClassName
{
color: #F08E57;
}
</style>
background-color css
<style>
a { background-color: #F08E57; }
a { background-color: rgb(240,142,87); }
div.DivClassName
{
background-color: #F08E57;
}
.BgClassName
{
background-color: #F08E57;
}
</style>
border-color css
<style>
span { border-color: #F08E57; }
span { border-color: rgb(240,142,87); }
td.TdClassName
{
border-color: #F08E57;
}
.TagClassName
{
border-color: #F08E57;
}
</style>