Shades of Crusta #F08458
Tints of Crusta #F08458
RGB
CMYK
RGB Variations
Color information
#F08458 (or 0xF08458) is known color: Crusta. HEX triplet: F0, 84 and 58. RGB value is (240,132,88). Sum of RGB (Red+Green+Blue) = 240+132+88=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08458 is #0F7BA7. Grayscale: #9F9F9F. Windows color (decimal): -1014696 or 5801200. OLE color: 5801200.
HSL color Cylindrical-coordinate representation of color #F08458: hue angle of 17.37º 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 #F08458 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 88 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.06 |
| HSL | 17.37º | 0.84% | 0.64% | - |
| HSV(B) | 17.37º | 0.63% | 0.94% | - |
| XYZ | 45.95 | 35.73 | 13.71 | - |
| YUV | 159.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 88 | 0 | 0.45 | 0.63 | 0.06 | 17.37 | 0.84 | 0.64 |
| Hex | F0 | 84 | 58 | 0 | 2D | 3F | 6 | 11 | 54 | 40 |
| Octal | 360 | 204 | 130 | 0 | 55 | 77 | 6 | 21 | 124 | 100 |
| Binary | 11110000 | 10000100 | 1011000 | 0 | 101101 | 111111 | 110 | 10001 | 1010100 | 1000000 |
Color Harmonies of #F08458
Complementary color
Monochromatic Colors of #F08458
Black with #F08458
Text Example
Text Example
White with #F08458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08458; }
p { color: rgb(240,132,88); }
H1.HeaderClassName
{
color: #F08458;
}
.AnyTagClassName
{
color: #F08458;
}
</style>
background-color css
<style>
a { background-color: #F08458; }
a { background-color: rgb(240,132,88); }
div.DivClassName
{
background-color: #F08458;
}
.BgClassName
{
background-color: #F08458;
}
</style>
border-color css
<style>
span { border-color: #F08458; }
span { border-color: rgb(240,132,88); }
td.TdClassName
{
border-color: #F08458;
}
.TagClassName
{
border-color: #F08458;
}
</style>