Shades of Sandy Brown #F0A466
Tints of Sandy Brown #F0A466
RGB
CMYK
RGB Variations
Color information
#F0A466 (or 0xF0A466) is known color: Sandy Brown. HEX triplet: F0, A4 and 66. RGB value is (240,164,102). Sum of RGB (Red+Green+Blue) = 240+164+102=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A466 is #0F5B99. Grayscale: #B3B3B3. Windows color (decimal): -1006490 or 6726896. OLE color: 6726896.
HSL color Cylindrical-coordinate representation of color #F0A466: hue angle of 26.96º 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 #F0A466 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 102 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.06 |
| HSL | 26.96º | 0.82% | 0.67% | - |
| HSV(B) | 26.96º | 0.58% | 0.94% | - |
| XYZ | 51.61 | 46.04 | 18.74 | - |
| YUV | 179.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 102 | 0 | 0.32 | 0.58 | 0.06 | 26.96 | 0.82 | 0.67 |
| Hex | F0 | A4 | 66 | 0 | 20 | 3A | 6 | 1B | 52 | 43 |
| Octal | 360 | 244 | 146 | 0 | 40 | 72 | 6 | 33 | 122 | 103 |
| Binary | 11110000 | 10100100 | 1100110 | 0 | 100000 | 111010 | 110 | 11011 | 1010010 | 1000011 |
Color Harmonies of #F0A466
Complementary color
Monochromatic Colors of #F0A466
Black with #F0A466
Text Example
Text Example
White with #F0A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A466; }
p { color: rgb(240,164,102); }
H1.HeaderClassName
{
color: #F0A466;
}
.AnyTagClassName
{
color: #F0A466;
}
</style>
background-color css
<style>
a { background-color: #F0A466; }
a { background-color: rgb(240,164,102); }
div.DivClassName
{
background-color: #F0A466;
}
.BgClassName
{
background-color: #F0A466;
}
</style>
border-color css
<style>
span { border-color: #F0A466; }
span { border-color: rgb(240,164,102); }
td.TdClassName
{
border-color: #F0A466;
}
.TagClassName
{
border-color: #F0A466;
}
</style>