Shades of Sandy Brown #F59D5A
Tints of Sandy Brown #F59D5A
RGB
CMYK
RGB Variations
Color information
#F59D5A (or 0xF59D5A) is known color: Sandy Brown. HEX triplet: F5, 9D and 5A. RGB value is (245,157,90). Sum of RGB (Red+Green+Blue) = 245+157+90=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59D5A is #0A62A5. Grayscale: #B0B0B0. Windows color (decimal): -680614 or 5938677. OLE color: 5938677.
HSL color Cylindrical-coordinate representation of color #F59D5A: hue angle of 25.94º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F59D5A is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 90 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.04 |
| HSL | 25.94º | 0.89% | 0.66% | - |
| HSV(B) | 25.94º | 0.63% | 0.96% | - |
| XYZ | 51.56 | 44.26 | 15.5 | - |
| YUV | 175.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 90 | 0 | 0.36 | 0.63 | 0.04 | 25.94 | 0.89 | 0.66 |
| Hex | F5 | 9D | 5A | 0 | 24 | 3F | 4 | 1A | 59 | 42 |
| Octal | 365 | 235 | 132 | 0 | 44 | 77 | 4 | 32 | 131 | 102 |
| Binary | 11110101 | 10011101 | 1011010 | 0 | 100100 | 111111 | 100 | 11010 | 1011001 | 1000010 |
Color Harmonies of #F59D5A
Complementary color
Monochromatic Colors of #F59D5A
Black with #F59D5A
Text Example
Text Example
White with #F59D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59D5A; }
p { color: rgb(245,157,90); }
H1.HeaderClassName
{
color: #F59D5A;
}
.AnyTagClassName
{
color: #F59D5A;
}
</style>
background-color css
<style>
a { background-color: #F59D5A; }
a { background-color: rgb(245,157,90); }
div.DivClassName
{
background-color: #F59D5A;
}
.BgClassName
{
background-color: #F59D5A;
}
</style>
border-color css
<style>
span { border-color: #F59D5A; }
span { border-color: rgb(245,157,90); }
td.TdClassName
{
border-color: #F59D5A;
}
.TagClassName
{
border-color: #F59D5A;
}
</style>