Shades of Crusta #F08560
Tints of Crusta #F08560
RGB
CMYK
RGB Variations
Color information
#F08560 (or 0xF08560) is known color: Crusta. HEX triplet: F0, 85 and 60. RGB value is (240,133,96). Sum of RGB (Red+Green+Blue) = 240+133+96=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F08560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08560 is #0F7A9F. Grayscale: #A1A1A1. Windows color (decimal): -1014432 or 6325744. OLE color: 6325744.
HSL color Cylindrical-coordinate representation of color #F08560: hue angle of 15.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F08560 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 96 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.06 |
| HSL | 15.42º | 0.83% | 0.66% | - |
| HSV(B) | 15.42º | 0.6% | 0.94% | - |
| XYZ | 46.43 | 36.14 | 15.6 | - |
| YUV | 160.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 96 | 0 | 0.45 | 0.6 | 0.06 | 15.42 | 0.83 | 0.66 |
| Hex | F0 | 85 | 60 | 0 | 2D | 3C | 6 | F | 53 | 42 |
| Octal | 360 | 205 | 140 | 0 | 55 | 74 | 6 | 17 | 123 | 102 |
| Binary | 11110000 | 10000101 | 1100000 | 0 | 101101 | 111100 | 110 | 1111 | 1010011 | 1000010 |
Color Harmonies of #F08560
Complementary color
Monochromatic Colors of #F08560
Black with #F08560
Text Example
Text Example
White with #F08560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08560; }
p { color: rgb(240,133,96); }
H1.HeaderClassName
{
color: #F08560;
}
.AnyTagClassName
{
color: #F08560;
}
</style>
background-color css
<style>
a { background-color: #F08560; }
a { background-color: rgb(240,133,96); }
div.DivClassName
{
background-color: #F08560;
}
.BgClassName
{
background-color: #F08560;
}
</style>
border-color css
<style>
span { border-color: #F08560; }
span { border-color: rgb(240,133,96); }
td.TdClassName
{
border-color: #F08560;
}
.TagClassName
{
border-color: #F08560;
}
</style>