Shades of Sunshade #F2A047
Tints of Sunshade #F2A047
RGB
CMYK
RGB Variations
Color information
#F2A047 (or 0xF2A047) is known color: Sunshade. HEX triplet: F2, A0 and 47. RGB value is (242,160,71). Sum of RGB (Red+Green+Blue) = 242+160+71=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A047 is #0D5FB8. Grayscale: #AEAEAE. Windows color (decimal): -876473 or 4694258. OLE color: 4694258.
HSL color Cylindrical-coordinate representation of color #F2A047: hue angle of 31.23º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2A047 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 71 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.05 |
| HSL | 31.23º | 0.87% | 0.61% | - |
| HSV(B) | 31.23º | 0.71% | 0.95% | - |
| XYZ | 50.33 | 44.47 | 11.89 | - |
| YUV | 174.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 71 | 0 | 0.34 | 0.71 | 0.05 | 31.23 | 0.87 | 0.61 |
| Hex | F2 | A0 | 47 | 0 | 22 | 47 | 5 | 1F | 57 | 3D |
| Octal | 362 | 240 | 107 | 0 | 42 | 107 | 5 | 37 | 127 | 75 |
| Binary | 11110010 | 10100000 | 1000111 | 0 | 100010 | 1000111 | 101 | 11111 | 1010111 | 111101 |
Color Harmonies of #F2A047
Complementary color
Monochromatic Colors of #F2A047
Black with #F2A047
Text Example
Text Example
White with #F2A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A047; }
p { color: rgb(242,160,71); }
H1.HeaderClassName
{
color: #F2A047;
}
.AnyTagClassName
{
color: #F2A047;
}
</style>
background-color css
<style>
a { background-color: #F2A047; }
a { background-color: rgb(242,160,71); }
div.DivClassName
{
background-color: #F2A047;
}
.BgClassName
{
background-color: #F2A047;
}
</style>
border-color css
<style>
span { border-color: #F2A047; }
span { border-color: rgb(242,160,71); }
td.TdClassName
{
border-color: #F2A047;
}
.TagClassName
{
border-color: #F2A047;
}
</style>