Shades of Sandy Brown #F2A960
Tints of Sandy Brown #F2A960
RGB
CMYK
RGB Variations
Color information
#F2A960 (or 0xF2A960) is known color: Sandy Brown. HEX triplet: F2, A9 and 60. RGB value is (242,169,96). Sum of RGB (Red+Green+Blue) = 242+169+96=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A960 is #0D569F. Grayscale: #B6B6B6. Windows color (decimal): -874144 or 6334962. OLE color: 6334962.
HSL color Cylindrical-coordinate representation of color #F2A960: hue angle of 30º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2A960 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 96 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.05 |
| HSL | 30º | 0.85% | 0.66% | - |
| HSV(B) | 30º | 0.6% | 0.95% | - |
| XYZ | 52.92 | 48.1 | 17.56 | - |
| YUV | 182.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 96 | 0 | 0.30 | 0.60 | 0.05 | 30 | 0.85 | 0.66 |
| Hex | F2 | A9 | 60 | 0 | 1E | 3C | 5 | 1E | 55 | 42 |
| Octal | 362 | 251 | 140 | 0 | 36 | 74 | 5 | 36 | 125 | 102 |
| Binary | 11110010 | 10101001 | 1100000 | 0 | 11110 | 111100 | 101 | 11110 | 1010101 | 1000010 |
Color Harmonies of #F2A960
Complementary color
Monochromatic Colors of #F2A960
Black with #F2A960
Text Example
Text Example
White with #F2A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A960; }
p { color: rgb(242,169,96); }
H1.HeaderClassName
{
color: #F2A960;
}
.AnyTagClassName
{
color: #F2A960;
}
</style>
background-color css
<style>
a { background-color: #F2A960; }
a { background-color: rgb(242,169,96); }
div.DivClassName
{
background-color: #F2A960;
}
.BgClassName
{
background-color: #F2A960;
}
</style>
border-color css
<style>
span { border-color: #F2A960; }
span { border-color: rgb(242,169,96); }
td.TdClassName
{
border-color: #F2A960;
}
.TagClassName
{
border-color: #F2A960;
}
</style>