Shades of Sandy Brown #F2A063
Tints of Sandy Brown #F2A063
RGB
CMYK
RGB Variations
Color information
#F2A063 (or 0xF2A063) is known color: Sandy Brown. HEX triplet: F2, A0 and 63. RGB value is (242,160,99). Sum of RGB (Red+Green+Blue) = 242+160+99=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A063 is #0D5F9C. Grayscale: #B1B1B1. Windows color (decimal): -876445 or 6529266. OLE color: 6529266.
HSL color Cylindrical-coordinate representation of color #F2A063: hue angle of 25.59º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2A063 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 99 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.05 |
| HSL | 25.59º | 0.85% | 0.67% | - |
| HSV(B) | 25.59º | 0.59% | 0.95% | - |
| XYZ | 51.44 | 44.92 | 17.76 | - |
| YUV | 177.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 99 | 0 | 0.34 | 0.59 | 0.05 | 25.59 | 0.85 | 0.67 |
| Hex | F2 | A0 | 63 | 0 | 22 | 3B | 5 | 1A | 55 | 43 |
| Octal | 362 | 240 | 143 | 0 | 42 | 73 | 5 | 32 | 125 | 103 |
| Binary | 11110010 | 10100000 | 1100011 | 0 | 100010 | 111011 | 101 | 11010 | 1010101 | 1000011 |
Color Harmonies of #F2A063
Complementary color
Monochromatic Colors of #F2A063
Black with #F2A063
Text Example
Text Example
White with #F2A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A063; }
p { color: rgb(242,160,99); }
H1.HeaderClassName
{
color: #F2A063;
}
.AnyTagClassName
{
color: #F2A063;
}
</style>
background-color css
<style>
a { background-color: #F2A063; }
a { background-color: rgb(242,160,99); }
div.DivClassName
{
background-color: #F2A063;
}
.BgClassName
{
background-color: #F2A063;
}
</style>
border-color css
<style>
span { border-color: #F2A063; }
span { border-color: rgb(242,160,99); }
td.TdClassName
{
border-color: #F2A063;
}
.TagClassName
{
border-color: #F2A063;
}
</style>