Shades of Sandy Brown #F8A164
Tints of Sandy Brown #F8A164
RGB
CMYK
RGB Variations
Color information
#F8A164 (or 0xF8A164) is known color: Sandy Brown. HEX triplet: F8, A1 and 64. RGB value is (248,161,100). Sum of RGB (Red+Green+Blue) = 248+161+100=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A164 is #075E9B. Grayscale: #B4B4B4. Windows color (decimal): -482972 or 6595064. OLE color: 6595064.
HSL color Cylindrical-coordinate representation of color #F8A164: hue angle of 24.73º 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 #F8A164 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 100 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.03 |
| HSL | 24.73º | 0.91% | 0.68% | - |
| HSV(B) | 24.73º | 0.6% | 0.97% | - |
| XYZ | 53.76 | 46.37 | 18.17 | - |
| YUV | 180.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 100 | 0 | 0.35 | 0.60 | 0.03 | 24.73 | 0.91 | 0.68 |
| Hex | F8 | A1 | 64 | 0 | 23 | 3C | 3 | 19 | 5B | 44 |
| Octal | 370 | 241 | 144 | 0 | 43 | 74 | 3 | 31 | 133 | 104 |
| Binary | 11111000 | 10100001 | 1100100 | 0 | 100011 | 111100 | 11 | 11001 | 1011011 | 1000100 |
Color Harmonies of #F8A164
Complementary color
Monochromatic Colors of #F8A164
Black with #F8A164
Text Example
Text Example
White with #F8A164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A164; }
p { color: rgb(248,161,100); }
H1.HeaderClassName
{
color: #F8A164;
}
.AnyTagClassName
{
color: #F8A164;
}
</style>
background-color css
<style>
a { background-color: #F8A164; }
a { background-color: rgb(248,161,100); }
div.DivClassName
{
background-color: #F8A164;
}
.BgClassName
{
background-color: #F8A164;
}
</style>
border-color css
<style>
span { border-color: #F8A164; }
span { border-color: rgb(248,161,100); }
td.TdClassName
{
border-color: #F8A164;
}
.TagClassName
{
border-color: #F8A164;
}
</style>