Shades of Sandy Brown #F0A262
Tints of Sandy Brown #F0A262
RGB
CMYK
RGB Variations
Color information
#F0A262 (or 0xF0A262) is known color: Sandy Brown. HEX triplet: F0, A2 and 62. RGB value is (240,162,98). Sum of RGB (Red+Green+Blue) = 240+162+98=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A262 is #0F5D9D. Grayscale: #B2B2B2. Windows color (decimal): -1007006 or 6464240. OLE color: 6464240.
HSL color Cylindrical-coordinate representation of color #F0A262: hue angle of 27.04º 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 #F0A262 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 98 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.06 |
| HSL | 27.04º | 0.83% | 0.66% | - |
| HSV(B) | 27.04º | 0.59% | 0.94% | - |
| XYZ | 51.06 | 45.25 | 17.6 | - |
| YUV | 178.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 98 | 0 | 0.32 | 0.59 | 0.06 | 27.04 | 0.83 | 0.66 |
| Hex | F0 | A2 | 62 | 0 | 20 | 3B | 6 | 1B | 53 | 42 |
| Octal | 360 | 242 | 142 | 0 | 40 | 73 | 6 | 33 | 123 | 102 |
| Binary | 11110000 | 10100010 | 1100010 | 0 | 100000 | 111011 | 110 | 11011 | 1010011 | 1000010 |
Color Harmonies of #F0A262
Complementary color
Monochromatic Colors of #F0A262
Black with #F0A262
Text Example
Text Example
White with #F0A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A262; }
p { color: rgb(240,162,98); }
H1.HeaderClassName
{
color: #F0A262;
}
.AnyTagClassName
{
color: #F0A262;
}
</style>
background-color css
<style>
a { background-color: #F0A262; }
a { background-color: rgb(240,162,98); }
div.DivClassName
{
background-color: #F0A262;
}
.BgClassName
{
background-color: #F0A262;
}
</style>
border-color css
<style>
span { border-color: #F0A262; }
span { border-color: rgb(240,162,98); }
td.TdClassName
{
border-color: #F0A262;
}
.TagClassName
{
border-color: #F0A262;
}
</style>