Shades of Sandy Brown #F0A360
Tints of Sandy Brown #F0A360
RGB
CMYK
RGB Variations
Color information
#F0A360 (or 0xF0A360) is known color: Sandy Brown. HEX triplet: F0, A3 and 60. RGB value is (240,163,96). Sum of RGB (Red+Green+Blue) = 240+163+96=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A360 is #0F5C9F. Grayscale: #B2B2B2. Windows color (decimal): -1006752 or 6333424. OLE color: 6333424.
HSL color Cylindrical-coordinate representation of color #F0A360: hue angle of 27.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0A360 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 96 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.06 |
| HSL | 27.92º | 0.83% | 0.66% | - |
| HSV(B) | 27.92º | 0.6% | 0.94% | - |
| XYZ | 51.14 | 45.56 | 17.17 | - |
| YUV | 178.39 | 81.51 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 96 | 0 | 0.32 | 0.6 | 0.06 | 27.92 | 0.83 | 0.66 |
| Hex | F0 | A3 | 60 | 0 | 20 | 3C | 6 | 1C | 53 | 42 |
| Octal | 360 | 243 | 140 | 0 | 40 | 74 | 6 | 34 | 123 | 102 |
| Binary | 11110000 | 10100011 | 1100000 | 0 | 100000 | 111100 | 110 | 11100 | 1010011 | 1000010 |
Color Harmonies of #F0A360
Complementary color
Monochromatic Colors of #F0A360
Black with #F0A360
Text Example
Text Example
White with #F0A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A360; }
p { color: rgb(240,163,96); }
H1.HeaderClassName
{
color: #F0A360;
}
.AnyTagClassName
{
color: #F0A360;
}
</style>
background-color css
<style>
a { background-color: #F0A360; }
a { background-color: rgb(240,163,96); }
div.DivClassName
{
background-color: #F0A360;
}
.BgClassName
{
background-color: #F0A360;
}
</style>
border-color css
<style>
span { border-color: #F0A360; }
span { border-color: rgb(240,163,96); }
td.TdClassName
{
border-color: #F0A360;
}
.TagClassName
{
border-color: #F0A360;
}
</style>