Shades of Sandy Brown #F8A366
Tints of Sandy Brown #F8A366
RGB
CMYK
RGB Variations
Color information
#F8A366 (or 0xF8A366) is known color: Sandy Brown. HEX triplet: F8, A3 and 66. RGB value is (248,163,102). Sum of RGB (Red+Green+Blue) = 248+163+102=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A366 is #075C99. Grayscale: #B5B5B5. Windows color (decimal): -482458 or 6726648. OLE color: 6726648.
HSL color Cylindrical-coordinate representation of color #F8A366: hue angle of 25.07º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8A366 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 102 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.03 |
| HSL | 25.07º | 0.91% | 0.69% | - |
| HSV(B) | 25.07º | 0.59% | 0.97% | - |
| XYZ | 54.21 | 47.11 | 18.81 | - |
| YUV | 181.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 102 | 0 | 0.34 | 0.59 | 0.03 | 25.07 | 0.91 | 0.69 |
| Hex | F8 | A3 | 66 | 0 | 22 | 3B | 3 | 19 | 5B | 45 |
| Octal | 370 | 243 | 146 | 0 | 42 | 73 | 3 | 31 | 133 | 105 |
| Binary | 11111000 | 10100011 | 1100110 | 0 | 100010 | 111011 | 11 | 11001 | 1011011 | 1000101 |
Color Harmonies of #F8A366
Complementary color
Monochromatic Colors of #F8A366
Black with #F8A366
Text Example
Text Example
White with #F8A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A366; }
p { color: rgb(248,163,102); }
H1.HeaderClassName
{
color: #F8A366;
}
.AnyTagClassName
{
color: #F8A366;
}
</style>
background-color css
<style>
a { background-color: #F8A366; }
a { background-color: rgb(248,163,102); }
div.DivClassName
{
background-color: #F8A366;
}
.BgClassName
{
background-color: #F8A366;
}
</style>
border-color css
<style>
span { border-color: #F8A366; }
span { border-color: rgb(248,163,102); }
td.TdClassName
{
border-color: #F8A366;
}
.TagClassName
{
border-color: #F8A366;
}
</style>