Shades of Crusta #F08C56
Tints of Crusta #F08C56
RGB
CMYK
RGB Variations
Color information
#F08C56 (or 0xF08C56) is known color: Crusta. HEX triplet: F0, 8C and 56. RGB value is (240,140,86). Sum of RGB (Red+Green+Blue) = 240+140+86=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C56 is #0F73A9. Grayscale: #A4A4A4. Windows color (decimal): -1012650 or 5672176. OLE color: 5672176.
HSL color Cylindrical-coordinate representation of color #F08C56: hue angle of 21.04º 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 #F08C56 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 86 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.06 |
| HSL | 21.04º | 0.84% | 0.64% | - |
| HSV(B) | 21.04º | 0.64% | 0.94% | - |
| XYZ | 46.99 | 37.95 | 13.65 | - |
| YUV | 163.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 86 | 0 | 0.42 | 0.64 | 0.06 | 21.04 | 0.84 | 0.64 |
| Hex | F0 | 8C | 56 | 0 | 2A | 40 | 6 | 15 | 54 | 40 |
| Octal | 360 | 214 | 126 | 0 | 52 | 100 | 6 | 25 | 124 | 100 |
| Binary | 11110000 | 10001100 | 1010110 | 0 | 101010 | 1000000 | 110 | 10101 | 1010100 | 1000000 |
Color Harmonies of #F08C56
Complementary color
Monochromatic Colors of #F08C56
Black with #F08C56
Text Example
Text Example
White with #F08C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C56; }
p { color: rgb(240,140,86); }
H1.HeaderClassName
{
color: #F08C56;
}
.AnyTagClassName
{
color: #F08C56;
}
</style>
background-color css
<style>
a { background-color: #F08C56; }
a { background-color: rgb(240,140,86); }
div.DivClassName
{
background-color: #F08C56;
}
.BgClassName
{
background-color: #F08C56;
}
</style>
border-color css
<style>
span { border-color: #F08C56; }
span { border-color: rgb(240,140,86); }
td.TdClassName
{
border-color: #F08C56;
}
.TagClassName
{
border-color: #F08C56;
}
</style>