Shades of Sandy Brown #F8A864
Tints of Sandy Brown #F8A864
RGB
CMYK
RGB Variations
Color information
#F8A864 (or 0xF8A864) is known color: Sandy Brown. HEX triplet: F8, A8 and 64. RGB value is (248,168,100). Sum of RGB (Red+Green+Blue) = 248+168+100=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A864 is #07579B. Grayscale: #B8B8B8. Windows color (decimal): -481180 or 6596856. OLE color: 6596856.
HSL color Cylindrical-coordinate representation of color #F8A864: hue angle of 27.57º 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 #F8A864 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 100 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.03 |
| HSL | 27.57º | 0.91% | 0.68% | - |
| HSV(B) | 27.57º | 0.6% | 0.97% | - |
| XYZ | 55.01 | 48.88 | 18.59 | - |
| YUV | 184.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 100 | 0 | 0.32 | 0.60 | 0.03 | 27.57 | 0.91 | 0.68 |
| Hex | F8 | A8 | 64 | 0 | 20 | 3C | 3 | 1C | 5B | 44 |
| Octal | 370 | 250 | 144 | 0 | 40 | 74 | 3 | 34 | 133 | 104 |
| Binary | 11111000 | 10101000 | 1100100 | 0 | 100000 | 111100 | 11 | 11100 | 1011011 | 1000100 |
Color Harmonies of #F8A864
Complementary color
Monochromatic Colors of #F8A864
Black with #F8A864
Text Example
Text Example
White with #F8A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A864; }
p { color: rgb(248,168,100); }
H1.HeaderClassName
{
color: #F8A864;
}
.AnyTagClassName
{
color: #F8A864;
}
</style>
background-color css
<style>
a { background-color: #F8A864; }
a { background-color: rgb(248,168,100); }
div.DivClassName
{
background-color: #F8A864;
}
.BgClassName
{
background-color: #F8A864;
}
</style>
border-color css
<style>
span { border-color: #F8A864; }
span { border-color: rgb(248,168,100); }
td.TdClassName
{
border-color: #F8A864;
}
.TagClassName
{
border-color: #F8A864;
}
</style>