Shades of Sandy Brown #F0A06B
Tints of Sandy Brown #F0A06B
RGB
CMYK
RGB Variations
Color information
#F0A06B (or 0xF0A06B) is known color: Sandy Brown. HEX triplet: F0, A0 and 6B. RGB value is (240,160,107). Sum of RGB (Red+Green+Blue) = 240+160+107=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A06B is #0F5F94. Grayscale: #B2B2B2. Windows color (decimal): -1007509 or 7053552. OLE color: 7053552.
HSL color Cylindrical-coordinate representation of color #F0A06B: hue angle of 23.91º 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 #F0A06B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 107 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.06 |
| HSL | 23.91º | 0.82% | 0.68% | - |
| HSV(B) | 23.91º | 0.55% | 0.94% | - |
| XYZ | 51.16 | 44.73 | 19.85 | - |
| YUV | 177.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 107 | 0 | 0.33 | 0.55 | 0.06 | 23.91 | 0.82 | 0.68 |
| Hex | F0 | A0 | 6B | 0 | 21 | 37 | 6 | 18 | 52 | 44 |
| Octal | 360 | 240 | 153 | 0 | 41 | 67 | 6 | 30 | 122 | 104 |
| Binary | 11110000 | 10100000 | 1101011 | 0 | 100001 | 110111 | 110 | 11000 | 1010010 | 1000100 |
Color Harmonies of #F0A06B
Complementary color
Monochromatic Colors of #F0A06B
Black with #F0A06B
Text Example
Text Example
White with #F0A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A06B; }
p { color: rgb(240,160,107); }
H1.HeaderClassName
{
color: #F0A06B;
}
.AnyTagClassName
{
color: #F0A06B;
}
</style>
background-color css
<style>
a { background-color: #F0A06B; }
a { background-color: rgb(240,160,107); }
div.DivClassName
{
background-color: #F0A06B;
}
.BgClassName
{
background-color: #F0A06B;
}
</style>
border-color css
<style>
span { border-color: #F0A06B; }
span { border-color: rgb(240,160,107); }
td.TdClassName
{
border-color: #F0A06B;
}
.TagClassName
{
border-color: #F0A06B;
}
</style>