Shades of Sandy Brown #F5A064
Tints of Sandy Brown #F5A064
RGB
CMYK
RGB Variations
Color information
#F5A064 (or 0xF5A064) is known color: Sandy Brown. HEX triplet: F5, A0 and 64. RGB value is (245,160,100). Sum of RGB (Red+Green+Blue) = 245+160+100=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A064 is #0A5F9B. Grayscale: #B2B2B2. Windows color (decimal): -679836 or 6594805. OLE color: 6594805.
HSL color Cylindrical-coordinate representation of color #F5A064: hue angle of 24.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5A064 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 100 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.04 |
| HSL | 24.83º | 0.88% | 0.68% | - |
| HSV(B) | 24.83º | 0.59% | 0.96% | - |
| XYZ | 52.53 | 45.47 | 18.07 | - |
| YUV | 178.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 100 | 0 | 0.35 | 0.59 | 0.04 | 24.83 | 0.88 | 0.68 |
| Hex | F5 | A0 | 64 | 0 | 23 | 3B | 4 | 19 | 58 | 44 |
| Octal | 365 | 240 | 144 | 0 | 43 | 73 | 4 | 31 | 130 | 104 |
| Binary | 11110101 | 10100000 | 1100100 | 0 | 100011 | 111011 | 100 | 11001 | 1011000 | 1000100 |
Color Harmonies of #F5A064
Complementary color
Monochromatic Colors of #F5A064
Black with #F5A064
Text Example
Text Example
White with #F5A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A064; }
p { color: rgb(245,160,100); }
H1.HeaderClassName
{
color: #F5A064;
}
.AnyTagClassName
{
color: #F5A064;
}
</style>
background-color css
<style>
a { background-color: #F5A064; }
a { background-color: rgb(245,160,100); }
div.DivClassName
{
background-color: #F5A064;
}
.BgClassName
{
background-color: #F5A064;
}
</style>
border-color css
<style>
span { border-color: #F5A064; }
span { border-color: rgb(245,160,100); }
td.TdClassName
{
border-color: #F5A064;
}
.TagClassName
{
border-color: #F5A064;
}
</style>