Shades of Sandy Brown #F8A868
Tints of Sandy Brown #F8A868
RGB
CMYK
RGB Variations
Color information
#F8A868 (or 0xF8A868) is known color: Sandy Brown. HEX triplet: F8, A8 and 68. RGB value is (248,168,104). Sum of RGB (Red+Green+Blue) = 248+168+104=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A868 is #075797. Grayscale: #B8B8B8. Windows color (decimal): -481176 or 6859000. OLE color: 6859000.
HSL color Cylindrical-coordinate representation of color #F8A868: hue angle of 26.67º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8A868 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 104 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.03 |
| HSL | 26.67º | 0.91% | 0.69% | - |
| HSV(B) | 26.67º | 0.58% | 0.97% | - |
| XYZ | 55.21 | 48.96 | 19.64 | - |
| YUV | 184.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 104 | 0 | 0.32 | 0.58 | 0.03 | 26.67 | 0.91 | 0.69 |
| Hex | F8 | A8 | 68 | 0 | 20 | 3A | 3 | 1B | 5B | 45 |
| Octal | 370 | 250 | 150 | 0 | 40 | 72 | 3 | 33 | 133 | 105 |
| Binary | 11111000 | 10101000 | 1101000 | 0 | 100000 | 111010 | 11 | 11011 | 1011011 | 1000101 |
Color Harmonies of #F8A868
Complementary color
Monochromatic Colors of #F8A868
Black with #F8A868
Text Example
Text Example
White with #F8A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A868; }
p { color: rgb(248,168,104); }
H1.HeaderClassName
{
color: #F8A868;
}
.AnyTagClassName
{
color: #F8A868;
}
</style>
background-color css
<style>
a { background-color: #F8A868; }
a { background-color: rgb(248,168,104); }
div.DivClassName
{
background-color: #F8A868;
}
.BgClassName
{
background-color: #F8A868;
}
</style>
border-color css
<style>
span { border-color: #F8A868; }
span { border-color: rgb(248,168,104); }
td.TdClassName
{
border-color: #F8A868;
}
.TagClassName
{
border-color: #F8A868;
}
</style>