Shades of Sandy Brown #F0A666
Tints of Sandy Brown #F0A666
RGB
CMYK
RGB Variations
Color information
#F0A666 (or 0xF0A666) is known color: Sandy Brown. HEX triplet: F0, A6 and 66. RGB value is (240,166,102). Sum of RGB (Red+Green+Blue) = 240+166+102=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A666 is #0F5999. Grayscale: #B5B5B5. Windows color (decimal): -1005978 or 6727408. OLE color: 6727408.
HSL color Cylindrical-coordinate representation of color #F0A666: hue angle of 27.83º 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 #F0A666 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 102 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.06 |
| HSL | 27.83º | 0.82% | 0.67% | - |
| HSV(B) | 27.83º | 0.58% | 0.94% | - |
| XYZ | 51.97 | 46.76 | 18.86 | - |
| YUV | 180.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 102 | 0 | 0.31 | 0.58 | 0.06 | 27.83 | 0.82 | 0.67 |
| Hex | F0 | A6 | 66 | 0 | 1F | 3A | 6 | 1C | 52 | 43 |
| Octal | 360 | 246 | 146 | 0 | 37 | 72 | 6 | 34 | 122 | 103 |
| Binary | 11110000 | 10100110 | 1100110 | 0 | 11111 | 111010 | 110 | 11100 | 1010010 | 1000011 |
Color Harmonies of #F0A666
Complementary color
Monochromatic Colors of #F0A666
Black with #F0A666
Text Example
Text Example
White with #F0A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A666; }
p { color: rgb(240,166,102); }
H1.HeaderClassName
{
color: #F0A666;
}
.AnyTagClassName
{
color: #F0A666;
}
</style>
background-color css
<style>
a { background-color: #F0A666; }
a { background-color: rgb(240,166,102); }
div.DivClassName
{
background-color: #F0A666;
}
.BgClassName
{
background-color: #F0A666;
}
</style>
border-color css
<style>
span { border-color: #F0A666; }
span { border-color: rgb(240,166,102); }
td.TdClassName
{
border-color: #F0A666;
}
.TagClassName
{
border-color: #F0A666;
}
</style>