Shades of Sandy Brown #F8A964
Tints of Sandy Brown #F8A964
RGB
CMYK
RGB Variations
Color information
#F8A964 (or 0xF8A964) is known color: Sandy Brown. HEX triplet: F8, A9 and 64. RGB value is (248,169,100). Sum of RGB (Red+Green+Blue) = 248+169+100=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A964 is #07569B. Grayscale: #B9B9B9. Windows color (decimal): -480924 or 6597112. OLE color: 6597112.
HSL color Cylindrical-coordinate representation of color #F8A964: hue angle of 27.97º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8A964 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 100 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.03 |
| HSL | 27.97º | 0.91% | 0.68% | - |
| HSV(B) | 27.97º | 0.6% | 0.97% | - |
| XYZ | 55.2 | 49.25 | 18.65 | - |
| YUV | 184.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 100 | 0 | 0.32 | 0.60 | 0.03 | 27.97 | 0.91 | 0.68 |
| Hex | F8 | A9 | 64 | 0 | 20 | 3C | 3 | 1C | 5B | 44 |
| Octal | 370 | 251 | 144 | 0 | 40 | 74 | 3 | 34 | 133 | 104 |
| Binary | 11111000 | 10101001 | 1100100 | 0 | 100000 | 111100 | 11 | 11100 | 1011011 | 1000100 |
Color Harmonies of #F8A964
Complementary color
Monochromatic Colors of #F8A964
Black with #F8A964
Text Example
Text Example
White with #F8A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A964; }
p { color: rgb(248,169,100); }
H1.HeaderClassName
{
color: #F8A964;
}
.AnyTagClassName
{
color: #F8A964;
}
</style>
background-color css
<style>
a { background-color: #F8A964; }
a { background-color: rgb(248,169,100); }
div.DivClassName
{
background-color: #F8A964;
}
.BgClassName
{
background-color: #F8A964;
}
</style>
border-color css
<style>
span { border-color: #F8A964; }
span { border-color: rgb(248,169,100); }
td.TdClassName
{
border-color: #F8A964;
}
.TagClassName
{
border-color: #F8A964;
}
</style>