Shades of Sandy Brown #F2A660
Tints of Sandy Brown #F2A660
RGB
CMYK
RGB Variations
Color information
#F2A660 (or 0xF2A660) is known color: Sandy Brown. HEX triplet: F2, A6 and 60. RGB value is (242,166,96). Sum of RGB (Red+Green+Blue) = 242+166+96=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A660 is #0D599F. Grayscale: #B5B5B5. Windows color (decimal): -874912 or 6334194. OLE color: 6334194.
HSL color Cylindrical-coordinate representation of color #F2A660: hue angle of 28.77º 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 #F2A660 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 96 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.05 |
| HSL | 28.77º | 0.85% | 0.66% | - |
| HSV(B) | 28.77º | 0.6% | 0.95% | - |
| XYZ | 52.37 | 46.99 | 17.38 | - |
| YUV | 180.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 96 | 0 | 0.31 | 0.60 | 0.05 | 28.77 | 0.85 | 0.66 |
| Hex | F2 | A6 | 60 | 0 | 1F | 3C | 5 | 1D | 55 | 42 |
| Octal | 362 | 246 | 140 | 0 | 37 | 74 | 5 | 35 | 125 | 102 |
| Binary | 11110010 | 10100110 | 1100000 | 0 | 11111 | 111100 | 101 | 11101 | 1010101 | 1000010 |
Color Harmonies of #F2A660
Complementary color
Monochromatic Colors of #F2A660
Black with #F2A660
Text Example
Text Example
White with #F2A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A660; }
p { color: rgb(242,166,96); }
H1.HeaderClassName
{
color: #F2A660;
}
.AnyTagClassName
{
color: #F2A660;
}
</style>
background-color css
<style>
a { background-color: #F2A660; }
a { background-color: rgb(242,166,96); }
div.DivClassName
{
background-color: #F2A660;
}
.BgClassName
{
background-color: #F2A660;
}
</style>
border-color css
<style>
span { border-color: #F2A660; }
span { border-color: rgb(242,166,96); }
td.TdClassName
{
border-color: #F2A660;
}
.TagClassName
{
border-color: #F2A660;
}
</style>