Shades of Sunshade #F0A246
Tints of Sunshade #F0A246
RGB
CMYK
RGB Variations
Color information
#F0A246 (or 0xF0A246) is known color: Sunshade. HEX triplet: F0, A2 and 46. RGB value is (240,162,70). Sum of RGB (Red+Green+Blue) = 240+162+70=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A246 is #0F5DB9. Grayscale: #AFAFAF. Windows color (decimal): -1007034 or 4629232. OLE color: 4629232.
HSL color Cylindrical-coordinate representation of color #F0A246: hue angle of 32.47º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0A246 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 70 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.06 |
| HSL | 32.47º | 0.85% | 0.61% | - |
| HSV(B) | 32.47º | 0.71% | 0.94% | - |
| XYZ | 49.96 | 44.81 | 11.81 | - |
| YUV | 174.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 70 | 0 | 0.32 | 0.71 | 0.06 | 32.47 | 0.85 | 0.61 |
| Hex | F0 | A2 | 46 | 0 | 20 | 47 | 6 | 20 | 55 | 3D |
| Octal | 360 | 242 | 106 | 0 | 40 | 107 | 6 | 40 | 125 | 75 |
| Binary | 11110000 | 10100010 | 1000110 | 0 | 100000 | 1000111 | 110 | 100000 | 1010101 | 111101 |
Color Harmonies of #F0A246
Complementary color
Monochromatic Colors of #F0A246
Black with #F0A246
Text Example
Text Example
White with #F0A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A246; }
p { color: rgb(240,162,70); }
H1.HeaderClassName
{
color: #F0A246;
}
.AnyTagClassName
{
color: #F0A246;
}
</style>
background-color css
<style>
a { background-color: #F0A246; }
a { background-color: rgb(240,162,70); }
div.DivClassName
{
background-color: #F0A246;
}
.BgClassName
{
background-color: #F0A246;
}
</style>
border-color css
<style>
span { border-color: #F0A246; }
span { border-color: rgb(240,162,70); }
td.TdClassName
{
border-color: #F0A246;
}
.TagClassName
{
border-color: #F0A246;
}
</style>