Shades of Sandy Brown #F0A46B
Tints of Sandy Brown #F0A46B
RGB
CMYK
RGB Variations
Color information
#F0A46B (or 0xF0A46B) is known color: Sandy Brown. HEX triplet: F0, A4 and 6B. RGB value is (240,164,107). Sum of RGB (Red+Green+Blue) = 240+164+107=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A46B is #0F5B94. Grayscale: #B4B4B4. Windows color (decimal): -1006485 or 7054576. OLE color: 7054576.
HSL color Cylindrical-coordinate representation of color #F0A46B: hue angle of 25.71º 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 #F0A46B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 107 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.06 |
| HSL | 25.71º | 0.82% | 0.68% | - |
| HSV(B) | 25.71º | 0.55% | 0.94% | - |
| XYZ | 51.86 | 46.14 | 20.08 | - |
| YUV | 180.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 107 | 0 | 0.32 | 0.55 | 0.06 | 25.71 | 0.82 | 0.68 |
| Hex | F0 | A4 | 6B | 0 | 20 | 37 | 6 | 1A | 52 | 44 |
| Octal | 360 | 244 | 153 | 0 | 40 | 67 | 6 | 32 | 122 | 104 |
| Binary | 11110000 | 10100100 | 1101011 | 0 | 100000 | 110111 | 110 | 11010 | 1010010 | 1000100 |
Color Harmonies of #F0A46B
Complementary color
Monochromatic Colors of #F0A46B
Black with #F0A46B
Text Example
Text Example
White with #F0A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A46B; }
p { color: rgb(240,164,107); }
H1.HeaderClassName
{
color: #F0A46B;
}
.AnyTagClassName
{
color: #F0A46B;
}
</style>
background-color css
<style>
a { background-color: #F0A46B; }
a { background-color: rgb(240,164,107); }
div.DivClassName
{
background-color: #F0A46B;
}
.BgClassName
{
background-color: #F0A46B;
}
</style>
border-color css
<style>
span { border-color: #F0A46B; }
span { border-color: rgb(240,164,107); }
td.TdClassName
{
border-color: #F0A46B;
}
.TagClassName
{
border-color: #F0A46B;
}
</style>