Shades of Sandy Brown #F5A556
Tints of Sandy Brown #F5A556
RGB
CMYK
RGB Variations
Color information
#F5A556 (or 0xF5A556) is known color: Sandy Brown. HEX triplet: F5, A5 and 56. RGB value is (245,165,86). Sum of RGB (Red+Green+Blue) = 245+165+86=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A556 is #0A5AA9. Grayscale: #B4B4B4. Windows color (decimal): -678570 or 5678581. OLE color: 5678581.
HSL color Cylindrical-coordinate representation of color #F5A556: hue angle of 29.81º 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 #F5A556 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 86 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.04 |
| HSL | 29.81º | 0.89% | 0.65% | - |
| HSV(B) | 29.81º | 0.65% | 0.96% | - |
| XYZ | 52.79 | 46.99 | 15.09 | - |
| YUV | 179.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 86 | 0 | 0.33 | 0.65 | 0.04 | 29.81 | 0.89 | 0.65 |
| Hex | F5 | A5 | 56 | 0 | 21 | 41 | 4 | 1E | 59 | 41 |
| Octal | 365 | 245 | 126 | 0 | 41 | 101 | 4 | 36 | 131 | 101 |
| Binary | 11110101 | 10100101 | 1010110 | 0 | 100001 | 1000001 | 100 | 11110 | 1011001 | 1000001 |
Color Harmonies of #F5A556
Complementary color
Monochromatic Colors of #F5A556
Black with #F5A556
Text Example
Text Example
White with #F5A556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A556; }
p { color: rgb(245,165,86); }
H1.HeaderClassName
{
color: #F5A556;
}
.AnyTagClassName
{
color: #F5A556;
}
</style>
background-color css
<style>
a { background-color: #F5A556; }
a { background-color: rgb(245,165,86); }
div.DivClassName
{
background-color: #F5A556;
}
.BgClassName
{
background-color: #F5A556;
}
</style>
border-color css
<style>
span { border-color: #F5A556; }
span { border-color: rgb(245,165,86); }
td.TdClassName
{
border-color: #F5A556;
}
.TagClassName
{
border-color: #F5A556;
}
</style>