Shades of Crusta #F08C57
Tints of Crusta #F08C57
RGB
CMYK
RGB Variations
Color information
#F08C57 (or 0xF08C57) is known color: Crusta. HEX triplet: F0, 8C and 57. RGB value is (240,140,87). Sum of RGB (Red+Green+Blue) = 240+140+87=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C57 is #0F73A8. Grayscale: #A4A4A4. Windows color (decimal): -1012649 or 5737712. OLE color: 5737712.
HSL color Cylindrical-coordinate representation of color #F08C57: hue angle of 20.78º 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 #F08C57 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 87 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.06 |
| HSL | 20.78º | 0.84% | 0.64% | - |
| HSV(B) | 20.78º | 0.64% | 0.94% | - |
| XYZ | 47.03 | 37.97 | 13.87 | - |
| YUV | 163.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 87 | 0 | 0.42 | 0.64 | 0.06 | 20.78 | 0.84 | 0.64 |
| Hex | F0 | 8C | 57 | 0 | 2A | 40 | 6 | 15 | 54 | 40 |
| Octal | 360 | 214 | 127 | 0 | 52 | 100 | 6 | 25 | 124 | 100 |
| Binary | 11110000 | 10001100 | 1010111 | 0 | 101010 | 1000000 | 110 | 10101 | 1010100 | 1000000 |
Color Harmonies of #F08C57
Complementary color
Monochromatic Colors of #F08C57
Black with #F08C57
Text Example
Text Example
White with #F08C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C57; }
p { color: rgb(240,140,87); }
H1.HeaderClassName
{
color: #F08C57;
}
.AnyTagClassName
{
color: #F08C57;
}
</style>
background-color css
<style>
a { background-color: #F08C57; }
a { background-color: rgb(240,140,87); }
div.DivClassName
{
background-color: #F08C57;
}
.BgClassName
{
background-color: #F08C57;
}
</style>
border-color css
<style>
span { border-color: #F08C57; }
span { border-color: rgb(240,140,87); }
td.TdClassName
{
border-color: #F08C57;
}
.TagClassName
{
border-color: #F08C57;
}
</style>