Shades of Sandy Brown #F5A456
Tints of Sandy Brown #F5A456
RGB
CMYK
RGB Variations
Color information
#F5A456 (or 0xF5A456) is known color: Sandy Brown. HEX triplet: F5, A4 and 56. RGB value is (245,164,86). Sum of RGB (Red+Green+Blue) = 245+164+86=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A456 is #0A5BA9. Grayscale: #B3B3B3. Windows color (decimal): -678826 or 5678325. OLE color: 5678325.
HSL color Cylindrical-coordinate representation of color #F5A456: hue angle of 29.43º 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 #F5A456 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 86 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.04 |
| HSL | 29.43º | 0.89% | 0.65% | - |
| HSV(B) | 29.43º | 0.65% | 0.96% | - |
| XYZ | 52.61 | 46.64 | 15.03 | - |
| YUV | 179.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 86 | 0 | 0.33 | 0.65 | 0.04 | 29.43 | 0.89 | 0.65 |
| Hex | F5 | A4 | 56 | 0 | 21 | 41 | 4 | 1D | 59 | 41 |
| Octal | 365 | 244 | 126 | 0 | 41 | 101 | 4 | 35 | 131 | 101 |
| Binary | 11110101 | 10100100 | 1010110 | 0 | 100001 | 1000001 | 100 | 11101 | 1011001 | 1000001 |
Color Harmonies of #F5A456
Complementary color
Monochromatic Colors of #F5A456
Black with #F5A456
Text Example
Text Example
White with #F5A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A456; }
p { color: rgb(245,164,86); }
H1.HeaderClassName
{
color: #F5A456;
}
.AnyTagClassName
{
color: #F5A456;
}
</style>
background-color css
<style>
a { background-color: #F5A456; }
a { background-color: rgb(245,164,86); }
div.DivClassName
{
background-color: #F5A456;
}
.BgClassName
{
background-color: #F5A456;
}
</style>
border-color css
<style>
span { border-color: #F5A456; }
span { border-color: rgb(245,164,86); }
td.TdClassName
{
border-color: #F5A456;
}
.TagClassName
{
border-color: #F5A456;
}
</style>