Shades of Sandy Brown #F0A16B
Tints of Sandy Brown #F0A16B
RGB
CMYK
RGB Variations
Color information
#F0A16B (or 0xF0A16B) is known color: Sandy Brown. HEX triplet: F0, A1 and 6B. RGB value is (240,161,107). Sum of RGB (Red+Green+Blue) = 240+161+107=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A16B is #0F5E94. Grayscale: #B2B2B2. Windows color (decimal): -1007253 or 7053808. OLE color: 7053808.
HSL color Cylindrical-coordinate representation of color #F0A16B: hue angle of 24.36º 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 #F0A16B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 107 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.06 |
| HSL | 24.36º | 0.82% | 0.68% | - |
| HSV(B) | 24.36º | 0.55% | 0.94% | - |
| XYZ | 51.33 | 45.08 | 19.9 | - |
| YUV | 178.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 107 | 0 | 0.33 | 0.55 | 0.06 | 24.36 | 0.82 | 0.68 |
| Hex | F0 | A1 | 6B | 0 | 21 | 37 | 6 | 18 | 52 | 44 |
| Octal | 360 | 241 | 153 | 0 | 41 | 67 | 6 | 30 | 122 | 104 |
| Binary | 11110000 | 10100001 | 1101011 | 0 | 100001 | 110111 | 110 | 11000 | 1010010 | 1000100 |
Color Harmonies of #F0A16B
Complementary color
Monochromatic Colors of #F0A16B
Black with #F0A16B
Text Example
Text Example
White with #F0A16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A16B; }
p { color: rgb(240,161,107); }
H1.HeaderClassName
{
color: #F0A16B;
}
.AnyTagClassName
{
color: #F0A16B;
}
</style>
background-color css
<style>
a { background-color: #F0A16B; }
a { background-color: rgb(240,161,107); }
div.DivClassName
{
background-color: #F0A16B;
}
.BgClassName
{
background-color: #F0A16B;
}
</style>
border-color css
<style>
span { border-color: #F0A16B; }
span { border-color: rgb(240,161,107); }
td.TdClassName
{
border-color: #F0A16B;
}
.TagClassName
{
border-color: #F0A16B;
}
</style>