Shades of Sandy Brown #F0A153
Tints of Sandy Brown #F0A153
RGB
CMYK
RGB Variations
Color information
#F0A153 (or 0xF0A153) is known color: Sandy Brown. HEX triplet: F0, A1 and 53. RGB value is (240,161,83). Sum of RGB (Red+Green+Blue) = 240+161+83=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A153 is #0F5EAC. Grayscale: #B0B0B0. Windows color (decimal): -1007277 or 5480944. OLE color: 5480944.
HSL color Cylindrical-coordinate representation of color #F0A153: hue angle of 29.81º 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 #F0A153 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 83 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.06 |
| HSL | 29.81º | 0.84% | 0.63% | - |
| HSV(B) | 29.81º | 0.65% | 0.94% | - |
| XYZ | 50.24 | 44.64 | 14.15 | - |
| YUV | 175.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 83 | 0 | 0.33 | 0.65 | 0.06 | 29.81 | 0.84 | 0.63 |
| Hex | F0 | A1 | 53 | 0 | 21 | 41 | 6 | 1E | 54 | 3F |
| Octal | 360 | 241 | 123 | 0 | 41 | 101 | 6 | 36 | 124 | 77 |
| Binary | 11110000 | 10100001 | 1010011 | 0 | 100001 | 1000001 | 110 | 11110 | 1010100 | 111111 |
Color Harmonies of #F0A153
Complementary color
Monochromatic Colors of #F0A153
Black with #F0A153
Text Example
Text Example
White with #F0A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A153; }
p { color: rgb(240,161,83); }
H1.HeaderClassName
{
color: #F0A153;
}
.AnyTagClassName
{
color: #F0A153;
}
</style>
background-color css
<style>
a { background-color: #F0A153; }
a { background-color: rgb(240,161,83); }
div.DivClassName
{
background-color: #F0A153;
}
.BgClassName
{
background-color: #F0A153;
}
</style>
border-color css
<style>
span { border-color: #F0A153; }
span { border-color: rgb(240,161,83); }
td.TdClassName
{
border-color: #F0A153;
}
.TagClassName
{
border-color: #F0A153;
}
</style>