Shades of Crusta #F08456
Tints of Crusta #F08456
RGB
CMYK
RGB Variations
Color information
#F08456 (or 0xF08456) is known color: Crusta. HEX triplet: F0, 84 and 56. RGB value is (240,132,86). Sum of RGB (Red+Green+Blue) = 240+132+86=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F08456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08456 is #0F7BA9. Grayscale: #9F9F9F. Windows color (decimal): -1014698 or 5670128. OLE color: 5670128.
HSL color Cylindrical-coordinate representation of color #F08456: hue angle of 17.92º 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 #F08456 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 86 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.06 |
| HSL | 17.92º | 0.84% | 0.64% | - |
| HSV(B) | 17.92º | 0.64% | 0.94% | - |
| XYZ | 45.87 | 35.7 | 13.28 | - |
| YUV | 159.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 86 | 0 | 0.45 | 0.64 | 0.06 | 17.92 | 0.84 | 0.64 |
| Hex | F0 | 84 | 56 | 0 | 2D | 40 | 6 | 12 | 54 | 40 |
| Octal | 360 | 204 | 126 | 0 | 55 | 100 | 6 | 22 | 124 | 100 |
| Binary | 11110000 | 10000100 | 1010110 | 0 | 101101 | 1000000 | 110 | 10010 | 1010100 | 1000000 |
Color Harmonies of #F08456
Complementary color
Monochromatic Colors of #F08456
Black with #F08456
Text Example
Text Example
White with #F08456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08456; }
p { color: rgb(240,132,86); }
H1.HeaderClassName
{
color: #F08456;
}
.AnyTagClassName
{
color: #F08456;
}
</style>
background-color css
<style>
a { background-color: #F08456; }
a { background-color: rgb(240,132,86); }
div.DivClassName
{
background-color: #F08456;
}
.BgClassName
{
background-color: #F08456;
}
</style>
border-color css
<style>
span { border-color: #F08456; }
span { border-color: rgb(240,132,86); }
td.TdClassName
{
border-color: #F08456;
}
.TagClassName
{
border-color: #F08456;
}
</style>