Shades of Sunshade #F0A149
Tints of Sunshade #F0A149
RGB
CMYK
RGB Variations
Color information
#F0A149 (or 0xF0A149) is known color: Sunshade. HEX triplet: F0, A1 and 49. RGB value is (240,161,73). Sum of RGB (Red+Green+Blue) = 240+161+73=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A149 is #0F5EB6. Grayscale: #AFAFAF. Windows color (decimal): -1007287 or 4825584. OLE color: 4825584.
HSL color Cylindrical-coordinate representation of color #F0A149: hue angle of 31.62º 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 #F0A149 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 73 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.06 |
| HSL | 31.62º | 0.85% | 0.61% | - |
| HSV(B) | 31.62º | 0.7% | 0.94% | - |
| XYZ | 49.88 | 44.5 | 12.26 | - |
| YUV | 174.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 73 | 0 | 0.33 | 0.70 | 0.06 | 31.62 | 0.85 | 0.61 |
| Hex | F0 | A1 | 49 | 0 | 21 | 46 | 6 | 20 | 55 | 3D |
| Octal | 360 | 241 | 111 | 0 | 41 | 106 | 6 | 40 | 125 | 75 |
| Binary | 11110000 | 10100001 | 1001001 | 0 | 100001 | 1000110 | 110 | 100000 | 1010101 | 111101 |
Color Harmonies of #F0A149
Complementary color
Monochromatic Colors of #F0A149
Black with #F0A149
Text Example
Text Example
White with #F0A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A149; }
p { color: rgb(240,161,73); }
H1.HeaderClassName
{
color: #F0A149;
}
.AnyTagClassName
{
color: #F0A149;
}
</style>
background-color css
<style>
a { background-color: #F0A149; }
a { background-color: rgb(240,161,73); }
div.DivClassName
{
background-color: #F0A149;
}
.BgClassName
{
background-color: #F0A149;
}
</style>
border-color css
<style>
span { border-color: #F0A149; }
span { border-color: rgb(240,161,73); }
td.TdClassName
{
border-color: #F0A149;
}
.TagClassName
{
border-color: #F0A149;
}
</style>