Shades of Sandy Brown #F0A362
Tints of Sandy Brown #F0A362
RGB
CMYK
RGB Variations
Color information
#F0A362 (or 0xF0A362) is known color: Sandy Brown. HEX triplet: F0, A3 and 62. RGB value is (240,163,98). Sum of RGB (Red+Green+Blue) = 240+163+98=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A362 is #0F5C9D. Grayscale: #B2B2B2. Windows color (decimal): -1006750 or 6464496. OLE color: 6464496.
HSL color Cylindrical-coordinate representation of color #F0A362: hue angle of 27.46º degrees, saturation: 0.83, 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 #F0A362 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 98 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.06 |
| HSL | 27.46º | 0.83% | 0.66% | - |
| HSV(B) | 27.46º | 0.59% | 0.94% | - |
| XYZ | 51.24 | 45.6 | 17.66 | - |
| YUV | 178.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 98 | 0 | 0.32 | 0.59 | 0.06 | 27.46 | 0.83 | 0.66 |
| Hex | F0 | A3 | 62 | 0 | 20 | 3B | 6 | 1B | 53 | 42 |
| Octal | 360 | 243 | 142 | 0 | 40 | 73 | 6 | 33 | 123 | 102 |
| Binary | 11110000 | 10100011 | 1100010 | 0 | 100000 | 111011 | 110 | 11011 | 1010011 | 1000010 |
Color Harmonies of #F0A362
Complementary color
Monochromatic Colors of #F0A362
Black with #F0A362
Text Example
Text Example
White with #F0A362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A362; }
p { color: rgb(240,163,98); }
H1.HeaderClassName
{
color: #F0A362;
}
.AnyTagClassName
{
color: #F0A362;
}
</style>
background-color css
<style>
a { background-color: #F0A362; }
a { background-color: rgb(240,163,98); }
div.DivClassName
{
background-color: #F0A362;
}
.BgClassName
{
background-color: #F0A362;
}
</style>
border-color css
<style>
span { border-color: #F0A362; }
span { border-color: rgb(240,163,98); }
td.TdClassName
{
border-color: #F0A362;
}
.TagClassName
{
border-color: #F0A362;
}
</style>