Shades of Sunshade #F0A047
Tints of Sunshade #F0A047
RGB
CMYK
RGB Variations
Color information
#F0A047 (or 0xF0A047) is known color: Sunshade. HEX triplet: F0, A0 and 47. RGB value is (240,160,71). Sum of RGB (Red+Green+Blue) = 240+160+71=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A047 is #0F5FB8. Grayscale: #AEAEAE. Windows color (decimal): -1007545 or 4694256. OLE color: 4694256.
HSL color Cylindrical-coordinate representation of color #F0A047: hue angle of 31.6º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0A047 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 71 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.06 |
| HSL | 31.6º | 0.85% | 0.61% | - |
| HSV(B) | 31.6º | 0.7% | 0.94% | - |
| XYZ | 49.64 | 44.12 | 11.86 | - |
| YUV | 173.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 71 | 0 | 0.33 | 0.70 | 0.06 | 31.6 | 0.85 | 0.61 |
| Hex | F0 | A0 | 47 | 0 | 21 | 46 | 6 | 20 | 55 | 3D |
| Octal | 360 | 240 | 107 | 0 | 41 | 106 | 6 | 40 | 125 | 75 |
| Binary | 11110000 | 10100000 | 1000111 | 0 | 100001 | 1000110 | 110 | 100000 | 1010101 | 111101 |
Color Harmonies of #F0A047
Complementary color
Monochromatic Colors of #F0A047
Black with #F0A047
Text Example
Text Example
White with #F0A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A047; }
p { color: rgb(240,160,71); }
H1.HeaderClassName
{
color: #F0A047;
}
.AnyTagClassName
{
color: #F0A047;
}
</style>
background-color css
<style>
a { background-color: #F0A047; }
a { background-color: rgb(240,160,71); }
div.DivClassName
{
background-color: #F0A047;
}
.BgClassName
{
background-color: #F0A047;
}
</style>
border-color css
<style>
span { border-color: #F0A047; }
span { border-color: rgb(240,160,71); }
td.TdClassName
{
border-color: #F0A047;
}
.TagClassName
{
border-color: #F0A047;
}
</style>