Shades of Sandy Brown #F0A66B
Tints of Sandy Brown #F0A66B
RGB
CMYK
RGB Variations
Color information
#F0A66B (or 0xF0A66B) is known color: Sandy Brown. HEX triplet: F0, A6 and 6B. RGB value is (240,166,107). Sum of RGB (Red+Green+Blue) = 240+166+107=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A66B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A66B is #0F5994. Grayscale: #B5B5B5. Windows color (decimal): -1005973 or 7055088. OLE color: 7055088.
HSL color Cylindrical-coordinate representation of color #F0A66B: hue angle of 26.62º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0A66B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 107 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.06 |
| HSL | 26.62º | 0.82% | 0.68% | - |
| HSV(B) | 26.62º | 0.55% | 0.94% | - |
| XYZ | 52.23 | 46.86 | 20.2 | - |
| YUV | 181.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 107 | 0 | 0.31 | 0.55 | 0.06 | 26.62 | 0.82 | 0.68 |
| Hex | F0 | A6 | 6B | 0 | 1F | 37 | 6 | 1B | 52 | 44 |
| Octal | 360 | 246 | 153 | 0 | 37 | 67 | 6 | 33 | 122 | 104 |
| Binary | 11110000 | 10100110 | 1101011 | 0 | 11111 | 110111 | 110 | 11011 | 1010010 | 1000100 |
Color Harmonies of #F0A66B
Complementary color
Monochromatic Colors of #F0A66B
Black with #F0A66B
Text Example
Text Example
White with #F0A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A66B; }
p { color: rgb(240,166,107); }
H1.HeaderClassName
{
color: #F0A66B;
}
.AnyTagClassName
{
color: #F0A66B;
}
</style>
background-color css
<style>
a { background-color: #F0A66B; }
a { background-color: rgb(240,166,107); }
div.DivClassName
{
background-color: #F0A66B;
}
.BgClassName
{
background-color: #F0A66B;
}
</style>
border-color css
<style>
span { border-color: #F0A66B; }
span { border-color: rgb(240,166,107); }
td.TdClassName
{
border-color: #F0A66B;
}
.TagClassName
{
border-color: #F0A66B;
}
</style>