Shades of Sandy Brown #F0AC63
Tints of Sandy Brown #F0AC63
RGB
CMYK
RGB Variations
Color information
#F0AC63 (or 0xF0AC63) is known color: Sandy Brown. HEX triplet: F0, AC and 63. RGB value is (240,172,99). Sum of RGB (Red+Green+Blue) = 240+172+99=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC63 is #0F539C. Grayscale: #B8B8B8. Windows color (decimal): -1004445 or 6532336. OLE color: 6532336.
HSL color Cylindrical-coordinate representation of color #F0AC63: hue angle of 31.06º 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 #F0AC63 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 99 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.06 |
| HSL | 31.06º | 0.82% | 0.66% | - |
| HSV(B) | 31.06º | 0.59% | 0.94% | - |
| XYZ | 52.94 | 48.93 | 18.46 | - |
| YUV | 184.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 99 | 0 | 0.28 | 0.59 | 0.06 | 31.06 | 0.82 | 0.66 |
| Hex | F0 | AC | 63 | 0 | 1C | 3B | 6 | 1F | 52 | 42 |
| Octal | 360 | 254 | 143 | 0 | 34 | 73 | 6 | 37 | 122 | 102 |
| Binary | 11110000 | 10101100 | 1100011 | 0 | 11100 | 111011 | 110 | 11111 | 1010010 | 1000010 |
Color Harmonies of #F0AC63
Complementary color
Monochromatic Colors of #F0AC63
Black with #F0AC63
Text Example
Text Example
White with #F0AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC63; }
p { color: rgb(240,172,99); }
H1.HeaderClassName
{
color: #F0AC63;
}
.AnyTagClassName
{
color: #F0AC63;
}
</style>
background-color css
<style>
a { background-color: #F0AC63; }
a { background-color: rgb(240,172,99); }
div.DivClassName
{
background-color: #F0AC63;
}
.BgClassName
{
background-color: #F0AC63;
}
</style>
border-color css
<style>
span { border-color: #F0AC63; }
span { border-color: rgb(240,172,99); }
td.TdClassName
{
border-color: #F0AC63;
}
.TagClassName
{
border-color: #F0AC63;
}
</style>