Shades of Sandy Brown #F0A766
Tints of Sandy Brown #F0A766
RGB
CMYK
RGB Variations
Color information
#F0A766 (or 0xF0A766) is known color: Sandy Brown. HEX triplet: F0, A7 and 66. RGB value is (240,167,102). Sum of RGB (Red+Green+Blue) = 240+167+102=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A766 is #0F5899. Grayscale: #B5B5B5. Windows color (decimal): -1005722 or 6727664. OLE color: 6727664.
HSL color Cylindrical-coordinate representation of color #F0A766: hue angle of 28.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0A766 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 102 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.06 |
| HSL | 28.26º | 0.82% | 0.67% | - |
| HSV(B) | 28.26º | 0.58% | 0.94% | - |
| XYZ | 52.15 | 47.12 | 18.92 | - |
| YUV | 181.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 102 | 0 | 0.30 | 0.58 | 0.06 | 28.26 | 0.82 | 0.67 |
| Hex | F0 | A7 | 66 | 0 | 1E | 3A | 6 | 1C | 52 | 43 |
| Octal | 360 | 247 | 146 | 0 | 36 | 72 | 6 | 34 | 122 | 103 |
| Binary | 11110000 | 10100111 | 1100110 | 0 | 11110 | 111010 | 110 | 11100 | 1010010 | 1000011 |
Color Harmonies of #F0A766
Complementary color
Monochromatic Colors of #F0A766
Black with #F0A766
Text Example
Text Example
White with #F0A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A766; }
p { color: rgb(240,167,102); }
H1.HeaderClassName
{
color: #F0A766;
}
.AnyTagClassName
{
color: #F0A766;
}
</style>
background-color css
<style>
a { background-color: #F0A766; }
a { background-color: rgb(240,167,102); }
div.DivClassName
{
background-color: #F0A766;
}
.BgClassName
{
background-color: #F0A766;
}
</style>
border-color css
<style>
span { border-color: #F0A766; }
span { border-color: rgb(240,167,102); }
td.TdClassName
{
border-color: #F0A766;
}
.TagClassName
{
border-color: #F0A766;
}
</style>