Shades of Sandy Brown #F5A656
Tints of Sandy Brown #F5A656
RGB
CMYK
RGB Variations
Color information
#F5A656 (or 0xF5A656) is known color: Sandy Brown. HEX triplet: F5, A6 and 56. RGB value is (245,166,86). Sum of RGB (Red+Green+Blue) = 245+166+86=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A656 is #0A59A9. Grayscale: #B4B4B4. Windows color (decimal): -678314 or 5678837. OLE color: 5678837.
HSL color Cylindrical-coordinate representation of color #F5A656: hue angle of 30.19º 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 #F5A656 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 86 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.04 |
| HSL | 30.19º | 0.89% | 0.65% | - |
| HSV(B) | 30.19º | 0.65% | 0.96% | - |
| XYZ | 52.97 | 47.36 | 15.15 | - |
| YUV | 180.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 86 | 0 | 0.32 | 0.65 | 0.04 | 30.19 | 0.89 | 0.65 |
| Hex | F5 | A6 | 56 | 0 | 20 | 41 | 4 | 1E | 59 | 41 |
| Octal | 365 | 246 | 126 | 0 | 40 | 101 | 4 | 36 | 131 | 101 |
| Binary | 11110101 | 10100110 | 1010110 | 0 | 100000 | 1000001 | 100 | 11110 | 1011001 | 1000001 |
Color Harmonies of #F5A656
Complementary color
Monochromatic Colors of #F5A656
Black with #F5A656
Text Example
Text Example
White with #F5A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A656; }
p { color: rgb(245,166,86); }
H1.HeaderClassName
{
color: #F5A656;
}
.AnyTagClassName
{
color: #F5A656;
}
</style>
background-color css
<style>
a { background-color: #F5A656; }
a { background-color: rgb(245,166,86); }
div.DivClassName
{
background-color: #F5A656;
}
.BgClassName
{
background-color: #F5A656;
}
</style>
border-color css
<style>
span { border-color: #F5A656; }
span { border-color: rgb(245,166,86); }
td.TdClassName
{
border-color: #F5A656;
}
.TagClassName
{
border-color: #F5A656;
}
</style>