Shades of Sandy Brown #F0A669
Tints of Sandy Brown #F0A669
RGB
CMYK
RGB Variations
Color information
#F0A669 (or 0xF0A669) is known color: Sandy Brown. HEX triplet: F0, A6 and 69. RGB value is (240,166,105). Sum of RGB (Red+Green+Blue) = 240+166+105=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A669 is #0F5996. Grayscale: #B5B5B5. Windows color (decimal): -1005975 or 6924016. OLE color: 6924016.
HSL color Cylindrical-coordinate representation of color #F0A669: hue angle of 27.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0A669 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 105 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.06 |
| HSL | 27.11º | 0.82% | 0.68% | - |
| HSV(B) | 27.11º | 0.56% | 0.94% | - |
| XYZ | 52.12 | 46.82 | 19.65 | - |
| YUV | 181.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 105 | 0 | 0.31 | 0.56 | 0.06 | 27.11 | 0.82 | 0.68 |
| Hex | F0 | A6 | 69 | 0 | 1F | 38 | 6 | 1B | 52 | 44 |
| Octal | 360 | 246 | 151 | 0 | 37 | 70 | 6 | 33 | 122 | 104 |
| Binary | 11110000 | 10100110 | 1101001 | 0 | 11111 | 111000 | 110 | 11011 | 1010010 | 1000100 |
Color Harmonies of #F0A669
Complementary color
Monochromatic Colors of #F0A669
Black with #F0A669
Text Example
Text Example
White with #F0A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A669; }
p { color: rgb(240,166,105); }
H1.HeaderClassName
{
color: #F0A669;
}
.AnyTagClassName
{
color: #F0A669;
}
</style>
background-color css
<style>
a { background-color: #F0A669; }
a { background-color: rgb(240,166,105); }
div.DivClassName
{
background-color: #F0A669;
}
.BgClassName
{
background-color: #F0A669;
}
</style>
border-color css
<style>
span { border-color: #F0A669; }
span { border-color: rgb(240,166,105); }
td.TdClassName
{
border-color: #F0A669;
}
.TagClassName
{
border-color: #F0A669;
}
</style>