Shades of Sandy Brown #F0A668
Tints of Sandy Brown #F0A668
RGB
CMYK
RGB Variations
Color information
#F0A668 (or 0xF0A668) is known color: Sandy Brown. HEX triplet: F0, A6 and 68. RGB value is (240,166,104). Sum of RGB (Red+Green+Blue) = 240+166+104=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A668 is #0F5997. Grayscale: #B5B5B5. Windows color (decimal): -1005976 or 6858480. OLE color: 6858480.
HSL color Cylindrical-coordinate representation of color #F0A668: hue angle of 27.35º 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 #F0A668 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 104 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.06 |
| HSL | 27.35º | 0.82% | 0.67% | - |
| HSV(B) | 27.35º | 0.57% | 0.94% | - |
| XYZ | 52.07 | 46.8 | 19.39 | - |
| YUV | 181.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 104 | 0 | 0.31 | 0.57 | 0.06 | 27.35 | 0.82 | 0.67 |
| Hex | F0 | A6 | 68 | 0 | 1F | 39 | 6 | 1B | 52 | 43 |
| Octal | 360 | 246 | 150 | 0 | 37 | 71 | 6 | 33 | 122 | 103 |
| Binary | 11110000 | 10100110 | 1101000 | 0 | 11111 | 111001 | 110 | 11011 | 1010010 | 1000011 |
Color Harmonies of #F0A668
Complementary color
Monochromatic Colors of #F0A668
Black with #F0A668
Text Example
Text Example
White with #F0A668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A668; }
p { color: rgb(240,166,104); }
H1.HeaderClassName
{
color: #F0A668;
}
.AnyTagClassName
{
color: #F0A668;
}
</style>
background-color css
<style>
a { background-color: #F0A668; }
a { background-color: rgb(240,166,104); }
div.DivClassName
{
background-color: #F0A668;
}
.BgClassName
{
background-color: #F0A668;
}
</style>
border-color css
<style>
span { border-color: #F0A668; }
span { border-color: rgb(240,166,104); }
td.TdClassName
{
border-color: #F0A668;
}
.TagClassName
{
border-color: #F0A668;
}
</style>