Shades of Sandy Brown #F0A463
Tints of Sandy Brown #F0A463
RGB
CMYK
RGB Variations
Color information
#F0A463 (or 0xF0A463) is known color: Sandy Brown. HEX triplet: F0, A4 and 63. RGB value is (240,164,99). Sum of RGB (Red+Green+Blue) = 240+164+99=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A463 is #0F5B9C. Grayscale: #B3B3B3. Windows color (decimal): -1006493 or 6530288. OLE color: 6530288.
HSL color Cylindrical-coordinate representation of color #F0A463: hue angle of 27.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0A463 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 99 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.06 |
| HSL | 27.66º | 0.82% | 0.66% | - |
| HSV(B) | 27.66º | 0.59% | 0.94% | - |
| XYZ | 51.46 | 45.98 | 17.97 | - |
| YUV | 179.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 99 | 0 | 0.32 | 0.59 | 0.06 | 27.66 | 0.82 | 0.66 |
| Hex | F0 | A4 | 63 | 0 | 20 | 3B | 6 | 1C | 52 | 42 |
| Octal | 360 | 244 | 143 | 0 | 40 | 73 | 6 | 34 | 122 | 102 |
| Binary | 11110000 | 10100100 | 1100011 | 0 | 100000 | 111011 | 110 | 11100 | 1010010 | 1000010 |
Color Harmonies of #F0A463
Complementary color
Monochromatic Colors of #F0A463
Black with #F0A463
Text Example
Text Example
White with #F0A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A463; }
p { color: rgb(240,164,99); }
H1.HeaderClassName
{
color: #F0A463;
}
.AnyTagClassName
{
color: #F0A463;
}
</style>
background-color css
<style>
a { background-color: #F0A463; }
a { background-color: rgb(240,164,99); }
div.DivClassName
{
background-color: #F0A463;
}
.BgClassName
{
background-color: #F0A463;
}
</style>
border-color css
<style>
span { border-color: #F0A463; }
span { border-color: rgb(240,164,99); }
td.TdClassName
{
border-color: #F0A463;
}
.TagClassName
{
border-color: #F0A463;
}
</style>