Shades of Crusta #F08C58
Tints of Crusta #F08C58
RGB
CMYK
RGB Variations
Color information
#F08C58 (or 0xF08C58) is known color: Crusta. HEX triplet: F0, 8C and 58. RGB value is (240,140,88). Sum of RGB (Red+Green+Blue) = 240+140+88=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C58 is #0F73A7. Grayscale: #A4A4A4. Windows color (decimal): -1012648 or 5803248. OLE color: 5803248.
HSL color Cylindrical-coordinate representation of color #F08C58: hue angle of 20.53º 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 #F08C58 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 88 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.06 |
| HSL | 20.53º | 0.84% | 0.64% | - |
| HSV(B) | 20.53º | 0.63% | 0.94% | - |
| XYZ | 47.07 | 37.99 | 14.08 | - |
| YUV | 163.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 88 | 0 | 0.42 | 0.63 | 0.06 | 20.53 | 0.84 | 0.64 |
| Hex | F0 | 8C | 58 | 0 | 2A | 3F | 6 | 15 | 54 | 40 |
| Octal | 360 | 214 | 130 | 0 | 52 | 77 | 6 | 25 | 124 | 100 |
| Binary | 11110000 | 10001100 | 1011000 | 0 | 101010 | 111111 | 110 | 10101 | 1010100 | 1000000 |
Color Harmonies of #F08C58
Complementary color
Monochromatic Colors of #F08C58
Black with #F08C58
Text Example
Text Example
White with #F08C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C58; }
p { color: rgb(240,140,88); }
H1.HeaderClassName
{
color: #F08C58;
}
.AnyTagClassName
{
color: #F08C58;
}
</style>
background-color css
<style>
a { background-color: #F08C58; }
a { background-color: rgb(240,140,88); }
div.DivClassName
{
background-color: #F08C58;
}
.BgClassName
{
background-color: #F08C58;
}
</style>
border-color css
<style>
span { border-color: #F08C58; }
span { border-color: rgb(240,140,88); }
td.TdClassName
{
border-color: #F08C58;
}
.TagClassName
{
border-color: #F08C58;
}
</style>