Shades of Crusta #F08460
Tints of Crusta #F08460
RGB
CMYK
RGB Variations
Color information
#F08460 (or 0xF08460) is known color: Crusta. HEX triplet: F0, 84 and 60. RGB value is (240,132,96). Sum of RGB (Red+Green+Blue) = 240+132+96=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08460 is #0F7B9F. Grayscale: #A0A0A0. Windows color (decimal): -1014688 or 6325488. OLE color: 6325488.
HSL color Cylindrical-coordinate representation of color #F08460: hue angle of 15º 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 #F08460 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 96 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.06 |
| HSL | 15º | 0.83% | 0.66% | - |
| HSV(B) | 15º | 0.6% | 0.94% | - |
| XYZ | 46.3 | 35.87 | 15.55 | - |
| YUV | 160.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 96 | 0 | 0.45 | 0.6 | 0.06 | 15 | 0.83 | 0.66 |
| Hex | F0 | 84 | 60 | 0 | 2D | 3C | 6 | F | 53 | 42 |
| Octal | 360 | 204 | 140 | 0 | 55 | 74 | 6 | 17 | 123 | 102 |
| Binary | 11110000 | 10000100 | 1100000 | 0 | 101101 | 111100 | 110 | 1111 | 1010011 | 1000010 |
Color Harmonies of #F08460
Complementary color
Monochromatic Colors of #F08460
Black with #F08460
Text Example
Text Example
White with #F08460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08460; }
p { color: rgb(240,132,96); }
H1.HeaderClassName
{
color: #F08460;
}
.AnyTagClassName
{
color: #F08460;
}
</style>
background-color css
<style>
a { background-color: #F08460; }
a { background-color: rgb(240,132,96); }
div.DivClassName
{
background-color: #F08460;
}
.BgClassName
{
background-color: #F08460;
}
</style>
border-color css
<style>
span { border-color: #F08460; }
span { border-color: rgb(240,132,96); }
td.TdClassName
{
border-color: #F08460;
}
.TagClassName
{
border-color: #F08460;
}
</style>