Shades of Sandy Brown #F8A865
Tints of Sandy Brown #F8A865
RGB
CMYK
RGB Variations
Color information
#F8A865 (or 0xF8A865) is known color: Sandy Brown. HEX triplet: F8, A8 and 65. RGB value is (248,168,101). Sum of RGB (Red+Green+Blue) = 248+168+101=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A865 is #07579A. Grayscale: #B8B8B8. Windows color (decimal): -481179 or 6662392. OLE color: 6662392.
HSL color Cylindrical-coordinate representation of color #F8A865: hue angle of 27.35º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8A865 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 101 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.03 |
| HSL | 27.35º | 0.91% | 0.68% | - |
| HSV(B) | 27.35º | 0.59% | 0.97% | - |
| XYZ | 55.06 | 48.9 | 18.85 | - |
| YUV | 184.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 101 | 0 | 0.32 | 0.59 | 0.03 | 27.35 | 0.91 | 0.68 |
| Hex | F8 | A8 | 65 | 0 | 20 | 3B | 3 | 1B | 5B | 44 |
| Octal | 370 | 250 | 145 | 0 | 40 | 73 | 3 | 33 | 133 | 104 |
| Binary | 11111000 | 10101000 | 1100101 | 0 | 100000 | 111011 | 11 | 11011 | 1011011 | 1000100 |
Color Harmonies of #F8A865
Complementary color
Monochromatic Colors of #F8A865
Black with #F8A865
Text Example
Text Example
White with #F8A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A865; }
p { color: rgb(248,168,101); }
H1.HeaderClassName
{
color: #F8A865;
}
.AnyTagClassName
{
color: #F8A865;
}
</style>
background-color css
<style>
a { background-color: #F8A865; }
a { background-color: rgb(248,168,101); }
div.DivClassName
{
background-color: #F8A865;
}
.BgClassName
{
background-color: #F8A865;
}
</style>
border-color css
<style>
span { border-color: #F8A865; }
span { border-color: rgb(248,168,101); }
td.TdClassName
{
border-color: #F8A865;
}
.TagClassName
{
border-color: #F8A865;
}
</style>