Shades of Sandy Brown #F7A256
Tints of Sandy Brown #F7A256
RGB
CMYK
RGB Variations
Color information
#F7A256 (or 0xF7A256) is known color: Sandy Brown. HEX triplet: F7, A2 and 56. RGB value is (247,162,86). Sum of RGB (Red+Green+Blue) = 247+162+86=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A256 is #085DA9. Grayscale: #B3B3B3. Windows color (decimal): -548266 or 5677815. OLE color: 5677815.
HSL color Cylindrical-coordinate representation of color #F7A256: hue angle of 28.32º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7A256 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 86 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.03 |
| HSL | 28.32º | 0.91% | 0.65% | - |
| HSV(B) | 28.32º | 0.65% | 0.97% | - |
| XYZ | 52.96 | 46.29 | 14.95 | - |
| YUV | 178.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 86 | 0 | 0.34 | 0.65 | 0.03 | 28.32 | 0.91 | 0.65 |
| Hex | F7 | A2 | 56 | 0 | 22 | 41 | 3 | 1C | 5B | 41 |
| Octal | 367 | 242 | 126 | 0 | 42 | 101 | 3 | 34 | 133 | 101 |
| Binary | 11110111 | 10100010 | 1010110 | 0 | 100010 | 1000001 | 11 | 11100 | 1011011 | 1000001 |
Color Harmonies of #F7A256
Complementary color
Monochromatic Colors of #F7A256
Black with #F7A256
Text Example
Text Example
White with #F7A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A256; }
p { color: rgb(247,162,86); }
H1.HeaderClassName
{
color: #F7A256;
}
.AnyTagClassName
{
color: #F7A256;
}
</style>
background-color css
<style>
a { background-color: #F7A256; }
a { background-color: rgb(247,162,86); }
div.DivClassName
{
background-color: #F7A256;
}
.BgClassName
{
background-color: #F7A256;
}
</style>
border-color css
<style>
span { border-color: #F7A256; }
span { border-color: rgb(247,162,86); }
td.TdClassName
{
border-color: #F7A256;
}
.TagClassName
{
border-color: #F7A256;
}
</style>