Shades of Crusta #F08A60
Tints of Crusta #F08A60
RGB
CMYK
RGB Variations
Color information
#F08A60 (or 0xF08A60) is known color: Crusta. HEX triplet: F0, 8A and 60. RGB value is (240,138,96). Sum of RGB (Red+Green+Blue) = 240+138+96=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A60 is #0F759F. Grayscale: #A3A3A3. Windows color (decimal): -1013152 or 6327024. OLE color: 6327024.
HSL color Cylindrical-coordinate representation of color #F08A60: hue angle of 17.5º 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 #F08A60 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 96 | - |
| CMYK | 0 | 0.42 | 0.6 | 0.06 |
| HSL | 17.5º | 0.83% | 0.66% | - |
| HSV(B) | 17.5º | 0.6% | 0.94% | - |
| XYZ | 47.13 | 37.55 | 15.83 | - |
| YUV | 163.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 96 | 0 | 0.42 | 0.6 | 0.06 | 17.5 | 0.83 | 0.66 |
| Hex | F0 | 8A | 60 | 0 | 2A | 3C | 6 | 12 | 53 | 42 |
| Octal | 360 | 212 | 140 | 0 | 52 | 74 | 6 | 22 | 123 | 102 |
| Binary | 11110000 | 10001010 | 1100000 | 0 | 101010 | 111100 | 110 | 10010 | 1010011 | 1000010 |
Color Harmonies of #F08A60
Complementary color
Monochromatic Colors of #F08A60
Black with #F08A60
Text Example
Text Example
White with #F08A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A60; }
p { color: rgb(240,138,96); }
H1.HeaderClassName
{
color: #F08A60;
}
.AnyTagClassName
{
color: #F08A60;
}
</style>
background-color css
<style>
a { background-color: #F08A60; }
a { background-color: rgb(240,138,96); }
div.DivClassName
{
background-color: #F08A60;
}
.BgClassName
{
background-color: #F08A60;
}
</style>
border-color css
<style>
span { border-color: #F08A60; }
span { border-color: rgb(240,138,96); }
td.TdClassName
{
border-color: #F08A60;
}
.TagClassName
{
border-color: #F08A60;
}
</style>