Shades of Crusta #F09060
Tints of Crusta #F09060
RGB
CMYK
RGB Variations
Color information
#F09060 (or 0xF09060) is known color: Crusta. HEX triplet: F0, 90 and 60. RGB value is (240,144,96). Sum of RGB (Red+Green+Blue) = 240+144+96=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F09060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09060 is #0F6F9F. Grayscale: #A7A7A7. Windows color (decimal): -1011616 or 6328560. OLE color: 6328560.
HSL color Cylindrical-coordinate representation of color #F09060: hue angle of 20º 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 #F09060 is Cyan = 0, Magento = 0.4, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 96 | - |
| CMYK | 0 | 0.4 | 0.6 | 0.06 |
| HSL | 20º | 0.83% | 0.66% | - |
| HSV(B) | 20º | 0.6% | 0.94% | - |
| XYZ | 48.02 | 39.32 | 16.12 | - |
| YUV | 167.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 96 | 0 | 0.4 | 0.6 | 0.06 | 20 | 0.83 | 0.66 |
| Hex | F0 | 90 | 60 | 0 | 28 | 3C | 6 | 14 | 53 | 42 |
| Octal | 360 | 220 | 140 | 0 | 50 | 74 | 6 | 24 | 123 | 102 |
| Binary | 11110000 | 10010000 | 1100000 | 0 | 101000 | 111100 | 110 | 10100 | 1010011 | 1000010 |
Color Harmonies of #F09060
Complementary color
Monochromatic Colors of #F09060
Black with #F09060
Text Example
Text Example
White with #F09060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09060; }
p { color: rgb(240,144,96); }
H1.HeaderClassName
{
color: #F09060;
}
.AnyTagClassName
{
color: #F09060;
}
</style>
background-color css
<style>
a { background-color: #F09060; }
a { background-color: rgb(240,144,96); }
div.DivClassName
{
background-color: #F09060;
}
.BgClassName
{
background-color: #F09060;
}
</style>
border-color css
<style>
span { border-color: #F09060; }
span { border-color: rgb(240,144,96); }
td.TdClassName
{
border-color: #F09060;
}
.TagClassName
{
border-color: #F09060;
}
</style>