Shades of Sandy Brown #F8A867
Tints of Sandy Brown #F8A867
RGB
CMYK
RGB Variations
Color information
#F8A867 (or 0xF8A867) is known color: Sandy Brown. HEX triplet: F8, A8 and 67. RGB value is (248,168,103). Sum of RGB (Red+Green+Blue) = 248+168+103=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A867 is #075798. Grayscale: #B8B8B8. Windows color (decimal): -481177 or 6793464. OLE color: 6793464.
HSL color Cylindrical-coordinate representation of color #F8A867: hue angle of 26.9º 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 #F8A867 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 103 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.03 |
| HSL | 26.9º | 0.91% | 0.69% | - |
| HSV(B) | 26.9º | 0.58% | 0.97% | - |
| XYZ | 55.16 | 48.94 | 19.37 | - |
| YUV | 184.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 103 | 0 | 0.32 | 0.58 | 0.03 | 26.9 | 0.91 | 0.69 |
| Hex | F8 | A8 | 67 | 0 | 20 | 3A | 3 | 1B | 5B | 45 |
| Octal | 370 | 250 | 147 | 0 | 40 | 72 | 3 | 33 | 133 | 105 |
| Binary | 11111000 | 10101000 | 1100111 | 0 | 100000 | 111010 | 11 | 11011 | 1011011 | 1000101 |
Color Harmonies of #F8A867
Complementary color
Monochromatic Colors of #F8A867
Black with #F8A867
Text Example
Text Example
White with #F8A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A867; }
p { color: rgb(248,168,103); }
H1.HeaderClassName
{
color: #F8A867;
}
.AnyTagClassName
{
color: #F8A867;
}
</style>
background-color css
<style>
a { background-color: #F8A867; }
a { background-color: rgb(248,168,103); }
div.DivClassName
{
background-color: #F8A867;
}
.BgClassName
{
background-color: #F8A867;
}
</style>
border-color css
<style>
span { border-color: #F8A867; }
span { border-color: rgb(248,168,103); }
td.TdClassName
{
border-color: #F8A867;
}
.TagClassName
{
border-color: #F8A867;
}
</style>