Shades of Sandy Brown #F9A060
Tints of Sandy Brown #F9A060
RGB
CMYK
RGB Variations
Color information
#F9A060 (or 0xF9A060) is known color: Sandy Brown. HEX triplet: F9, A0 and 60. RGB value is (249,160,96). Sum of RGB (Red+Green+Blue) = 249+160+96=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A060 is #065F9F. Grayscale: #B3B3B3. Windows color (decimal): -417696 or 6332665. OLE color: 6332665.
HSL color Cylindrical-coordinate representation of color #F9A060: hue angle of 25.1º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9A060 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 96 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.02 |
| HSL | 25.1º | 0.93% | 0.68% | - |
| HSV(B) | 25.1º | 0.61% | 0.98% | - |
| XYZ | 53.75 | 46.13 | 17.14 | - |
| YUV | 179.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 96 | 0 | 0.36 | 0.61 | 0.02 | 25.1 | 0.93 | 0.68 |
| Hex | F9 | A0 | 60 | 0 | 24 | 3D | 2 | 19 | 5D | 44 |
| Octal | 371 | 240 | 140 | 0 | 44 | 75 | 2 | 31 | 135 | 104 |
| Binary | 11111001 | 10100000 | 1100000 | 0 | 100100 | 111101 | 10 | 11001 | 1011101 | 1000100 |
Color Harmonies of #F9A060
Complementary color
Monochromatic Colors of #F9A060
Black with #F9A060
Text Example
Text Example
White with #F9A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A060; }
p { color: rgb(249,160,96); }
H1.HeaderClassName
{
color: #F9A060;
}
.AnyTagClassName
{
color: #F9A060;
}
</style>
background-color css
<style>
a { background-color: #F9A060; }
a { background-color: rgb(249,160,96); }
div.DivClassName
{
background-color: #F9A060;
}
.BgClassName
{
background-color: #F9A060;
}
</style>
border-color css
<style>
span { border-color: #F9A060; }
span { border-color: rgb(249,160,96); }
td.TdClassName
{
border-color: #F9A060;
}
.TagClassName
{
border-color: #F9A060;
}
</style>