Shades of Sandy Brown #F7A166
Tints of Sandy Brown #F7A166
RGB
CMYK
RGB Variations
Color information
#F7A166 (or 0xF7A166) is known color: Sandy Brown. HEX triplet: F7, A1 and 66. RGB value is (247,161,102). Sum of RGB (Red+Green+Blue) = 247+161+102=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A166 is #085E99. Grayscale: #B4B4B4. Windows color (decimal): -548506 or 6726135. OLE color: 6726135.
HSL color Cylindrical-coordinate representation of color #F7A166: hue angle of 24.41º degrees, saturation: 0.9, 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 #F7A166 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 102 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.03 |
| HSL | 24.41º | 0.9% | 0.68% | - |
| HSV(B) | 24.41º | 0.59% | 0.97% | - |
| XYZ | 53.5 | 46.22 | 18.67 | - |
| YUV | 179.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 102 | 0 | 0.35 | 0.59 | 0.03 | 24.41 | 0.9 | 0.68 |
| Hex | F7 | A1 | 66 | 0 | 23 | 3B | 3 | 18 | 5A | 44 |
| Octal | 367 | 241 | 146 | 0 | 43 | 73 | 3 | 30 | 132 | 104 |
| Binary | 11110111 | 10100001 | 1100110 | 0 | 100011 | 111011 | 11 | 11000 | 1011010 | 1000100 |
Color Harmonies of #F7A166
Complementary color
Monochromatic Colors of #F7A166
Black with #F7A166
Text Example
Text Example
White with #F7A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A166; }
p { color: rgb(247,161,102); }
H1.HeaderClassName
{
color: #F7A166;
}
.AnyTagClassName
{
color: #F7A166;
}
</style>
background-color css
<style>
a { background-color: #F7A166; }
a { background-color: rgb(247,161,102); }
div.DivClassName
{
background-color: #F7A166;
}
.BgClassName
{
background-color: #F7A166;
}
</style>
border-color css
<style>
span { border-color: #F7A166; }
span { border-color: rgb(247,161,102); }
td.TdClassName
{
border-color: #F7A166;
}
.TagClassName
{
border-color: #F7A166;
}
</style>