Shades of Sandy Brown #F9A256
Tints of Sandy Brown #F9A256
RGB
CMYK
RGB Variations
Color information
#F9A256 (or 0xF9A256) is known color: Sandy Brown. HEX triplet: F9, A2 and 56. RGB value is (249,162,86). Sum of RGB (Red+Green+Blue) = 249+162+86=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A256 is #065DA9. Grayscale: #B3B3B3. Windows color (decimal): -417194 or 5677817. OLE color: 5677817.
HSL color Cylindrical-coordinate representation of color #F9A256: hue angle of 27.98º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9A256 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 86 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.02 |
| HSL | 27.98º | 0.93% | 0.66% | - |
| HSV(B) | 27.98º | 0.65% | 0.98% | - |
| XYZ | 53.67 | 46.65 | 14.98 | - |
| YUV | 179.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 86 | 0 | 0.35 | 0.65 | 0.02 | 27.98 | 0.93 | 0.66 |
| Hex | F9 | A2 | 56 | 0 | 23 | 41 | 2 | 1C | 5D | 42 |
| Octal | 371 | 242 | 126 | 0 | 43 | 101 | 2 | 34 | 135 | 102 |
| Binary | 11111001 | 10100010 | 1010110 | 0 | 100011 | 1000001 | 10 | 11100 | 1011101 | 1000010 |
Color Harmonies of #F9A256
Complementary color
Monochromatic Colors of #F9A256
Black with #F9A256
Text Example
Text Example
White with #F9A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A256; }
p { color: rgb(249,162,86); }
H1.HeaderClassName
{
color: #F9A256;
}
.AnyTagClassName
{
color: #F9A256;
}
</style>
background-color css
<style>
a { background-color: #F9A256; }
a { background-color: rgb(249,162,86); }
div.DivClassName
{
background-color: #F9A256;
}
.BgClassName
{
background-color: #F9A256;
}
</style>
border-color css
<style>
span { border-color: #F9A256; }
span { border-color: rgb(249,162,86); }
td.TdClassName
{
border-color: #F9A256;
}
.TagClassName
{
border-color: #F9A256;
}
</style>