Shades of Crusta #F08558
Tints of Crusta #F08558
RGB
CMYK
RGB Variations
Color information
#F08558 (or 0xF08558) is known color: Crusta. HEX triplet: F0, 85 and 58. RGB value is (240,133,88). Sum of RGB (Red+Green+Blue) = 240+133+88=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F08558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08558 is #0F7AA7. Grayscale: #A0A0A0. Windows color (decimal): -1014440 or 5801456. OLE color: 5801456.
HSL color Cylindrical-coordinate representation of color #F08558: hue angle of 17.76º 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 #F08558 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 88 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.06 |
| HSL | 17.76º | 0.84% | 0.64% | - |
| HSV(B) | 17.76º | 0.63% | 0.94% | - |
| XYZ | 46.08 | 36 | 13.75 | - |
| YUV | 159.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 88 | 0 | 0.45 | 0.63 | 0.06 | 17.76 | 0.84 | 0.64 |
| Hex | F0 | 85 | 58 | 0 | 2D | 3F | 6 | 12 | 54 | 40 |
| Octal | 360 | 205 | 130 | 0 | 55 | 77 | 6 | 22 | 124 | 100 |
| Binary | 11110000 | 10000101 | 1011000 | 0 | 101101 | 111111 | 110 | 10010 | 1010100 | 1000000 |
Color Harmonies of #F08558
Complementary color
Monochromatic Colors of #F08558
Black with #F08558
Text Example
Text Example
White with #F08558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08558; }
p { color: rgb(240,133,88); }
H1.HeaderClassName
{
color: #F08558;
}
.AnyTagClassName
{
color: #F08558;
}
</style>
background-color css
<style>
a { background-color: #F08558; }
a { background-color: rgb(240,133,88); }
div.DivClassName
{
background-color: #F08558;
}
.BgClassName
{
background-color: #F08558;
}
</style>
border-color css
<style>
span { border-color: #F08558; }
span { border-color: rgb(240,133,88); }
td.TdClassName
{
border-color: #F08558;
}
.TagClassName
{
border-color: #F08558;
}
</style>