Shades of Sunshade #F9A054
Tints of Sunshade #F9A054
RGB
CMYK
RGB Variations
Color information
#F9A054 (or 0xF9A054) is known color: Sunshade. HEX triplet: F9, A0 and 54. RGB value is (249,160,84). Sum of RGB (Red+Green+Blue) = 249+160+84=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A054 is #065FAB. Grayscale: #B2B2B2. Windows color (decimal): -417708 or 5546233. OLE color: 5546233.
HSL color Cylindrical-coordinate representation of color #F9A054: hue angle of 27.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9A054 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 84 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.02 |
| HSL | 27.64º | 0.93% | 0.65% | - |
| HSV(B) | 27.64º | 0.66% | 0.98% | - |
| XYZ | 53.24 | 45.92 | 14.45 | - |
| YUV | 177.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 84 | 0 | 0.36 | 0.66 | 0.02 | 27.64 | 0.93 | 0.65 |
| Hex | F9 | A0 | 54 | 0 | 24 | 42 | 2 | 1C | 5D | 41 |
| Octal | 371 | 240 | 124 | 0 | 44 | 102 | 2 | 34 | 135 | 101 |
| Binary | 11111001 | 10100000 | 1010100 | 0 | 100100 | 1000010 | 10 | 11100 | 1011101 | 1000001 |
Color Harmonies of #F9A054
Complementary color
Monochromatic Colors of #F9A054
Black with #F9A054
Text Example
Text Example
White with #F9A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A054; }
p { color: rgb(249,160,84); }
H1.HeaderClassName
{
color: #F9A054;
}
.AnyTagClassName
{
color: #F9A054;
}
</style>
background-color css
<style>
a { background-color: #F9A054; }
a { background-color: rgb(249,160,84); }
div.DivClassName
{
background-color: #F9A054;
}
.BgClassName
{
background-color: #F9A054;
}
</style>
border-color css
<style>
span { border-color: #F9A054; }
span { border-color: rgb(249,160,84); }
td.TdClassName
{
border-color: #F9A054;
}
.TagClassName
{
border-color: #F9A054;
}
</style>