Shades of Crusta #F08960
Tints of Crusta #F08960
RGB
CMYK
RGB Variations
Color information
#F08960 (or 0xF08960) is known color: Crusta. HEX triplet: F0, 89 and 60. RGB value is (240,137,96). Sum of RGB (Red+Green+Blue) = 240+137+96=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F08960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08960 is #0F769F. Grayscale: #A3A3A3. Windows color (decimal): -1013408 or 6326768. OLE color: 6326768.
HSL color Cylindrical-coordinate representation of color #F08960: hue angle of 17.08º 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 #F08960 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 96 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.06 |
| HSL | 17.08º | 0.83% | 0.66% | - |
| HSV(B) | 17.08º | 0.6% | 0.94% | - |
| XYZ | 46.99 | 37.26 | 15.78 | - |
| YUV | 163.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 96 | 0 | 0.43 | 0.6 | 0.06 | 17.08 | 0.83 | 0.66 |
| Hex | F0 | 89 | 60 | 0 | 2B | 3C | 6 | 11 | 53 | 42 |
| Octal | 360 | 211 | 140 | 0 | 53 | 74 | 6 | 21 | 123 | 102 |
| Binary | 11110000 | 10001001 | 1100000 | 0 | 101011 | 111100 | 110 | 10001 | 1010011 | 1000010 |
Color Harmonies of #F08960
Complementary color
Monochromatic Colors of #F08960
Black with #F08960
Text Example
Text Example
White with #F08960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08960; }
p { color: rgb(240,137,96); }
H1.HeaderClassName
{
color: #F08960;
}
.AnyTagClassName
{
color: #F08960;
}
</style>
background-color css
<style>
a { background-color: #F08960; }
a { background-color: rgb(240,137,96); }
div.DivClassName
{
background-color: #F08960;
}
.BgClassName
{
background-color: #F08960;
}
</style>
border-color css
<style>
span { border-color: #F08960; }
span { border-color: rgb(240,137,96); }
td.TdClassName
{
border-color: #F08960;
}
.TagClassName
{
border-color: #F08960;
}
</style>