Shades of Sandy Brown #F0A353
Tints of Sandy Brown #F0A353
RGB
CMYK
RGB Variations
Color information
#F0A353 (or 0xF0A353) is known color: Sandy Brown. HEX triplet: F0, A3 and 53. RGB value is (240,163,83). Sum of RGB (Red+Green+Blue) = 240+163+83=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A353 is #0F5CAC. Grayscale: #B1B1B1. Windows color (decimal): -1006765 or 5481456. OLE color: 5481456.
HSL color Cylindrical-coordinate representation of color #F0A353: hue angle of 30.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0A353 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 83 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.06 |
| HSL | 30.57º | 0.84% | 0.63% | - |
| HSV(B) | 30.57º | 0.65% | 0.94% | - |
| XYZ | 50.59 | 45.34 | 14.27 | - |
| YUV | 176.9 | 75.01 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 83 | 0 | 0.32 | 0.65 | 0.06 | 30.57 | 0.84 | 0.63 |
| Hex | F0 | A3 | 53 | 0 | 20 | 41 | 6 | 1F | 54 | 3F |
| Octal | 360 | 243 | 123 | 0 | 40 | 101 | 6 | 37 | 124 | 77 |
| Binary | 11110000 | 10100011 | 1010011 | 0 | 100000 | 1000001 | 110 | 11111 | 1010100 | 111111 |
Color Harmonies of #F0A353
Complementary color
Monochromatic Colors of #F0A353
Black with #F0A353
Text Example
Text Example
White with #F0A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A353; }
p { color: rgb(240,163,83); }
H1.HeaderClassName
{
color: #F0A353;
}
.AnyTagClassName
{
color: #F0A353;
}
</style>
background-color css
<style>
a { background-color: #F0A353; }
a { background-color: rgb(240,163,83); }
div.DivClassName
{
background-color: #F0A353;
}
.BgClassName
{
background-color: #F0A353;
}
</style>
border-color css
<style>
span { border-color: #F0A353; }
span { border-color: rgb(240,163,83); }
td.TdClassName
{
border-color: #F0A353;
}
.TagClassName
{
border-color: #F0A353;
}
</style>