Shades of Sunshade #F9A145
Tints of Sunshade #F9A145
RGB
CMYK
RGB Variations
Color information
#F9A145 (or 0xF9A145) is known color: Sunshade. HEX triplet: F9, A1 and 45. RGB value is (249,161,69). Sum of RGB (Red+Green+Blue) = 249+161+69=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A145 is #065EBA. Grayscale: #B1B1B1. Windows color (decimal): -417467 or 4563449. OLE color: 4563449.
HSL color Cylindrical-coordinate representation of color #F9A145: hue angle of 30.67º 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 #F9A145 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 69 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.02 |
| HSL | 30.67º | 0.94% | 0.62% | - |
| HSV(B) | 30.67º | 0.72% | 0.98% | - |
| XYZ | 52.89 | 46.06 | 11.73 | - |
| YUV | 176.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 69 | 0 | 0.35 | 0.72 | 0.02 | 30.67 | 0.94 | 0.62 |
| Hex | F9 | A1 | 45 | 0 | 23 | 48 | 2 | 1F | 5E | 3E |
| Octal | 371 | 241 | 105 | 0 | 43 | 110 | 2 | 37 | 136 | 76 |
| Binary | 11111001 | 10100001 | 1000101 | 0 | 100011 | 1001000 | 10 | 11111 | 1011110 | 111110 |
Color Harmonies of #F9A145
Complementary color
Monochromatic Colors of #F9A145
Black with #F9A145
Text Example
Text Example
White with #F9A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A145; }
p { color: rgb(249,161,69); }
H1.HeaderClassName
{
color: #F9A145;
}
.AnyTagClassName
{
color: #F9A145;
}
</style>
background-color css
<style>
a { background-color: #F9A145; }
a { background-color: rgb(249,161,69); }
div.DivClassName
{
background-color: #F9A145;
}
.BgClassName
{
background-color: #F9A145;
}
</style>
border-color css
<style>
span { border-color: #F9A145; }
span { border-color: rgb(249,161,69); }
td.TdClassName
{
border-color: #F9A145;
}
.TagClassName
{
border-color: #F9A145;
}
</style>