Shades of Sandy Brown #F59A56
Tints of Sandy Brown #F59A56
RGB
CMYK
RGB Variations
Color information
#F59A56 (or 0xF59A56) is known color: Sandy Brown. HEX triplet: F5, 9A and 56. RGB value is (245,154,86). Sum of RGB (Red+Green+Blue) = 245+154+86=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59A56 is #0A65A9. Grayscale: #ADADAD. Windows color (decimal): -681386 or 5675765. OLE color: 5675765.
HSL color Cylindrical-coordinate representation of color #F59A56: hue angle of 25.66º 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 #F59A56 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 86 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.04 |
| HSL | 25.66º | 0.89% | 0.65% | - |
| HSV(B) | 25.66º | 0.65% | 0.96% | - |
| XYZ | 50.89 | 43.2 | 14.46 | - |
| YUV | 173.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 86 | 0 | 0.37 | 0.65 | 0.04 | 25.66 | 0.89 | 0.65 |
| Hex | F5 | 9A | 56 | 0 | 25 | 41 | 4 | 1A | 59 | 41 |
| Octal | 365 | 232 | 126 | 0 | 45 | 101 | 4 | 32 | 131 | 101 |
| Binary | 11110101 | 10011010 | 1010110 | 0 | 100101 | 1000001 | 100 | 11010 | 1011001 | 1000001 |
Color Harmonies of #F59A56
Complementary color
Monochromatic Colors of #F59A56
Black with #F59A56
Text Example
Text Example
White with #F59A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A56; }
p { color: rgb(245,154,86); }
H1.HeaderClassName
{
color: #F59A56;
}
.AnyTagClassName
{
color: #F59A56;
}
</style>
background-color css
<style>
a { background-color: #F59A56; }
a { background-color: rgb(245,154,86); }
div.DivClassName
{
background-color: #F59A56;
}
.BgClassName
{
background-color: #F59A56;
}
</style>
border-color css
<style>
span { border-color: #F59A56; }
span { border-color: rgb(245,154,86); }
td.TdClassName
{
border-color: #F59A56;
}
.TagClassName
{
border-color: #F59A56;
}
</style>