Shades of Sandy Brown #F5A256
Tints of Sandy Brown #F5A256
RGB
CMYK
RGB Variations
Color information
#F5A256 (or 0xF5A256) is known color: Sandy Brown. HEX triplet: F5, A2 and 56. RGB value is (245,162,86). Sum of RGB (Red+Green+Blue) = 245+162+86=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A256 is #0A5DA9. Grayscale: #B2B2B2. Windows color (decimal): -679338 or 5677813. OLE color: 5677813.
HSL color Cylindrical-coordinate representation of color #F5A256: hue angle of 28.68º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5A256 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 86 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.04 |
| HSL | 28.68º | 0.89% | 0.65% | - |
| HSV(B) | 28.68º | 0.65% | 0.96% | - |
| XYZ | 52.26 | 45.93 | 14.91 | - |
| YUV | 178.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 86 | 0 | 0.34 | 0.65 | 0.04 | 28.68 | 0.89 | 0.65 |
| Hex | F5 | A2 | 56 | 0 | 22 | 41 | 4 | 1D | 59 | 41 |
| Octal | 365 | 242 | 126 | 0 | 42 | 101 | 4 | 35 | 131 | 101 |
| Binary | 11110101 | 10100010 | 1010110 | 0 | 100010 | 1000001 | 100 | 11101 | 1011001 | 1000001 |
Color Harmonies of #F5A256
Complementary color
Monochromatic Colors of #F5A256
Black with #F5A256
Text Example
Text Example
White with #F5A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A256; }
p { color: rgb(245,162,86); }
H1.HeaderClassName
{
color: #F5A256;
}
.AnyTagClassName
{
color: #F5A256;
}
</style>
background-color css
<style>
a { background-color: #F5A256; }
a { background-color: rgb(245,162,86); }
div.DivClassName
{
background-color: #F5A256;
}
.BgClassName
{
background-color: #F5A256;
}
</style>
border-color css
<style>
span { border-color: #F5A256; }
span { border-color: rgb(245,162,86); }
td.TdClassName
{
border-color: #F5A256;
}
.TagClassName
{
border-color: #F5A256;
}
</style>