Shades of Sunshade #F9A053
Tints of Sunshade #F9A053
RGB
CMYK
RGB Variations
Color information
#F9A053 (or 0xF9A053) is known color: Sunshade. HEX triplet: F9, A0 and 53. RGB value is (249,160,83). Sum of RGB (Red+Green+Blue) = 249+160+83=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A053 is #065FAC. Grayscale: #B2B2B2. Windows color (decimal): -417709 or 5480697. OLE color: 5480697.
HSL color Cylindrical-coordinate representation of color #F9A053: hue angle of 27.83º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9A053 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 83 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.02 |
| HSL | 27.83º | 0.93% | 0.65% | - |
| HSV(B) | 27.83º | 0.67% | 0.98% | - |
| XYZ | 53.2 | 45.91 | 14.24 | - |
| YUV | 177.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 83 | 0 | 0.36 | 0.67 | 0.02 | 27.83 | 0.93 | 0.65 |
| Hex | F9 | A0 | 53 | 0 | 24 | 43 | 2 | 1C | 5D | 41 |
| Octal | 371 | 240 | 123 | 0 | 44 | 103 | 2 | 34 | 135 | 101 |
| Binary | 11111001 | 10100000 | 1010011 | 0 | 100100 | 1000011 | 10 | 11100 | 1011101 | 1000001 |
Color Harmonies of #F9A053
Complementary color
Monochromatic Colors of #F9A053
Black with #F9A053
Text Example
Text Example
White with #F9A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A053; }
p { color: rgb(249,160,83); }
H1.HeaderClassName
{
color: #F9A053;
}
.AnyTagClassName
{
color: #F9A053;
}
</style>
background-color css
<style>
a { background-color: #F9A053; }
a { background-color: rgb(249,160,83); }
div.DivClassName
{
background-color: #F9A053;
}
.BgClassName
{
background-color: #F9A053;
}
</style>
border-color css
<style>
span { border-color: #F9A053; }
span { border-color: rgb(249,160,83); }
td.TdClassName
{
border-color: #F9A053;
}
.TagClassName
{
border-color: #F9A053;
}
</style>