Shades of Sunshade #F9A045
Tints of Sunshade #F9A045
RGB
CMYK
RGB Variations
Color information
#F9A045 (or 0xF9A045) is known color: Sunshade. HEX triplet: F9, A0 and 45. RGB value is (249,160,69). Sum of RGB (Red+Green+Blue) = 249+160+69=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A045 is #065FBA. Grayscale: #B0B0B0. Windows color (decimal): -417723 or 4563193. OLE color: 4563193.
HSL color Cylindrical-coordinate representation of color #F9A045: hue angle of 30.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9A045 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 69 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.02 |
| HSL | 30.33º | 0.94% | 0.62% | - |
| HSV(B) | 30.33º | 0.72% | 0.98% | - |
| XYZ | 52.71 | 45.71 | 11.68 | - |
| YUV | 176.24 | 67.49 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 69 | 0 | 0.36 | 0.72 | 0.02 | 30.33 | 0.94 | 0.62 |
| Hex | F9 | A0 | 45 | 0 | 24 | 48 | 2 | 1E | 5E | 3E |
| Octal | 371 | 240 | 105 | 0 | 44 | 110 | 2 | 36 | 136 | 76 |
| Binary | 11111001 | 10100000 | 1000101 | 0 | 100100 | 1001000 | 10 | 11110 | 1011110 | 111110 |
Color Harmonies of #F9A045
Complementary color
Monochromatic Colors of #F9A045
Black with #F9A045
Text Example
Text Example
White with #F9A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A045; }
p { color: rgb(249,160,69); }
H1.HeaderClassName
{
color: #F9A045;
}
.AnyTagClassName
{
color: #F9A045;
}
</style>
background-color css
<style>
a { background-color: #F9A045; }
a { background-color: rgb(249,160,69); }
div.DivClassName
{
background-color: #F9A045;
}
.BgClassName
{
background-color: #F9A045;
}
</style>
border-color css
<style>
span { border-color: #F9A045; }
span { border-color: rgb(249,160,69); }
td.TdClassName
{
border-color: #F9A045;
}
.TagClassName
{
border-color: #F9A045;
}
</style>