Shades of Sandy Brown #F7A266
Tints of Sandy Brown #F7A266
RGB
CMYK
RGB Variations
Color information
#F7A266 (or 0xF7A266) is known color: Sandy Brown. HEX triplet: F7, A2 and 66. RGB value is (247,162,102). Sum of RGB (Red+Green+Blue) = 247+162+102=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A266 is #085D99. Grayscale: #B4B4B4. Windows color (decimal): -548250 or 6726391. OLE color: 6726391.
HSL color Cylindrical-coordinate representation of color #F7A266: hue angle of 24.83º 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 #F7A266 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 102 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.03 |
| HSL | 24.83º | 0.9% | 0.68% | - |
| HSV(B) | 24.83º | 0.59% | 0.97% | - |
| XYZ | 53.68 | 46.57 | 18.73 | - |
| YUV | 180.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 102 | 0 | 0.34 | 0.59 | 0.03 | 24.83 | 0.9 | 0.68 |
| Hex | F7 | A2 | 66 | 0 | 22 | 3B | 3 | 19 | 5A | 44 |
| Octal | 367 | 242 | 146 | 0 | 42 | 73 | 3 | 31 | 132 | 104 |
| Binary | 11110111 | 10100010 | 1100110 | 0 | 100010 | 111011 | 11 | 11001 | 1011010 | 1000100 |
Color Harmonies of #F7A266
Complementary color
Monochromatic Colors of #F7A266
Black with #F7A266
Text Example
Text Example
White with #F7A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A266; }
p { color: rgb(247,162,102); }
H1.HeaderClassName
{
color: #F7A266;
}
.AnyTagClassName
{
color: #F7A266;
}
</style>
background-color css
<style>
a { background-color: #F7A266; }
a { background-color: rgb(247,162,102); }
div.DivClassName
{
background-color: #F7A266;
}
.BgClassName
{
background-color: #F7A266;
}
</style>
border-color css
<style>
span { border-color: #F7A266; }
span { border-color: rgb(247,162,102); }
td.TdClassName
{
border-color: #F7A266;
}
.TagClassName
{
border-color: #F7A266;
}
</style>