Shades of Sandy Brown #F8A166
Tints of Sandy Brown #F8A166
RGB
CMYK
RGB Variations
Color information
#F8A166 (or 0xF8A166) is known color: Sandy Brown. HEX triplet: F8, A1 and 66. RGB value is (248,161,102). Sum of RGB (Red+Green+Blue) = 248+161+102=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A166 is #075E99. Grayscale: #B4B4B4. Windows color (decimal): -482970 or 6726136. OLE color: 6726136.
HSL color Cylindrical-coordinate representation of color #F8A166: hue angle of 24.25º 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 #F8A166 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 102 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.03 |
| HSL | 24.25º | 0.91% | 0.69% | - |
| HSV(B) | 24.25º | 0.59% | 0.97% | - |
| XYZ | 53.85 | 46.41 | 18.69 | - |
| YUV | 180.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 102 | 0 | 0.35 | 0.59 | 0.03 | 24.25 | 0.91 | 0.69 |
| Hex | F8 | A1 | 66 | 0 | 23 | 3B | 3 | 18 | 5B | 45 |
| Octal | 370 | 241 | 146 | 0 | 43 | 73 | 3 | 30 | 133 | 105 |
| Binary | 11111000 | 10100001 | 1100110 | 0 | 100011 | 111011 | 11 | 11000 | 1011011 | 1000101 |
Color Harmonies of #F8A166
Complementary color
Monochromatic Colors of #F8A166
Black with #F8A166
Text Example
Text Example
White with #F8A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A166; }
p { color: rgb(248,161,102); }
H1.HeaderClassName
{
color: #F8A166;
}
.AnyTagClassName
{
color: #F8A166;
}
</style>
background-color css
<style>
a { background-color: #F8A166; }
a { background-color: rgb(248,161,102); }
div.DivClassName
{
background-color: #F8A166;
}
.BgClassName
{
background-color: #F8A166;
}
</style>
border-color css
<style>
span { border-color: #F8A166; }
span { border-color: rgb(248,161,102); }
td.TdClassName
{
border-color: #F8A166;
}
.TagClassName
{
border-color: #F8A166;
}
</style>