Shades of Sandy Brown #F09860
Tints of Sandy Brown #F09860
RGB
CMYK
RGB Variations
Color information
#F09860 (or 0xF09860) is known color: Sandy Brown. HEX triplet: F0, 98 and 60. RGB value is (240,152,96). Sum of RGB (Red+Green+Blue) = 240+152+96=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F09860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09860 is #0F679F. Grayscale: #ACACAC. Windows color (decimal): -1009568 or 6330608. OLE color: 6330608.
HSL color Cylindrical-coordinate representation of color #F09860: hue angle of 23.33º 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 #F09860 is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 96 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.06 |
| HSL | 23.33º | 0.83% | 0.66% | - |
| HSV(B) | 23.33º | 0.6% | 0.94% | - |
| XYZ | 49.27 | 41.83 | 16.54 | - |
| YUV | 171.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 96 | 0 | 0.37 | 0.6 | 0.06 | 23.33 | 0.83 | 0.66 |
| Hex | F0 | 98 | 60 | 0 | 25 | 3C | 6 | 17 | 53 | 42 |
| Octal | 360 | 230 | 140 | 0 | 45 | 74 | 6 | 27 | 123 | 102 |
| Binary | 11110000 | 10011000 | 1100000 | 0 | 100101 | 111100 | 110 | 10111 | 1010011 | 1000010 |
Color Harmonies of #F09860
Complementary color
Monochromatic Colors of #F09860
Black with #F09860
Text Example
Text Example
White with #F09860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09860; }
p { color: rgb(240,152,96); }
H1.HeaderClassName
{
color: #F09860;
}
.AnyTagClassName
{
color: #F09860;
}
</style>
background-color css
<style>
a { background-color: #F09860; }
a { background-color: rgb(240,152,96); }
div.DivClassName
{
background-color: #F09860;
}
.BgClassName
{
background-color: #F09860;
}
</style>
border-color css
<style>
span { border-color: #F09860; }
span { border-color: rgb(240,152,96); }
td.TdClassName
{
border-color: #F09860;
}
.TagClassName
{
border-color: #F09860;
}
</style>