Shades of Sandy Brown #F09660
Tints of Sandy Brown #F09660
RGB
CMYK
RGB Variations
Color information
#F09660 (or 0xF09660) is known color: Sandy Brown. HEX triplet: F0, 96 and 60. RGB value is (240,150,96). Sum of RGB (Red+Green+Blue) = 240+150+96=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F09660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09660 is #0F699F. Grayscale: #ABABAB. Windows color (decimal): -1010080 or 6330096. OLE color: 6330096.
HSL color Cylindrical-coordinate representation of color #F09660: hue angle of 22.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 #F09660 is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 96 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.06 |
| HSL | 22.5º | 0.83% | 0.66% | - |
| HSV(B) | 22.5º | 0.6% | 0.94% | - |
| XYZ | 48.95 | 41.18 | 16.44 | - |
| YUV | 170.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 96 | 0 | 0.37 | 0.6 | 0.06 | 22.5 | 0.83 | 0.66 |
| Hex | F0 | 96 | 60 | 0 | 25 | 3C | 6 | 16 | 53 | 42 |
| Octal | 360 | 226 | 140 | 0 | 45 | 74 | 6 | 26 | 123 | 102 |
| Binary | 11110000 | 10010110 | 1100000 | 0 | 100101 | 111100 | 110 | 10110 | 1010011 | 1000010 |
Color Harmonies of #F09660
Complementary color
Monochromatic Colors of #F09660
Black with #F09660
Text Example
Text Example
White with #F09660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09660; }
p { color: rgb(240,150,96); }
H1.HeaderClassName
{
color: #F09660;
}
.AnyTagClassName
{
color: #F09660;
}
</style>
background-color css
<style>
a { background-color: #F09660; }
a { background-color: rgb(240,150,96); }
div.DivClassName
{
background-color: #F09660;
}
.BgClassName
{
background-color: #F09660;
}
</style>
border-color css
<style>
span { border-color: #F09660; }
span { border-color: rgb(240,150,96); }
td.TdClassName
{
border-color: #F09660;
}
.TagClassName
{
border-color: #F09660;
}
</style>