Shades of Sunshade #F9A242
Tints of Sunshade #F9A242
RGB
CMYK
RGB Variations
Color information
#F9A242 (or 0xF9A242) is known color: Sunshade. HEX triplet: F9, A2 and 42. RGB value is (249,162,66). Sum of RGB (Red+Green+Blue) = 249+162+66=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A242 is #065DBD. Grayscale: #B1B1B1. Windows color (decimal): -417214 or 4367097. OLE color: 4367097.
HSL color Cylindrical-coordinate representation of color #F9A242: hue angle of 31.48º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9A242 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 66 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.02 |
| HSL | 31.48º | 0.94% | 0.62% | - |
| HSV(B) | 31.48º | 0.73% | 0.98% | - |
| XYZ | 52.97 | 46.37 | 11.31 | - |
| YUV | 177.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 66 | 0 | 0.35 | 0.73 | 0.02 | 31.48 | 0.94 | 0.62 |
| Hex | F9 | A2 | 42 | 0 | 23 | 49 | 2 | 1F | 5E | 3E |
| Octal | 371 | 242 | 102 | 0 | 43 | 111 | 2 | 37 | 136 | 76 |
| Binary | 11111001 | 10100010 | 1000010 | 0 | 100011 | 1001001 | 10 | 11111 | 1011110 | 111110 |
Color Harmonies of #F9A242
Complementary color
Monochromatic Colors of #F9A242
Black with #F9A242
Text Example
Text Example
White with #F9A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A242; }
p { color: rgb(249,162,66); }
H1.HeaderClassName
{
color: #F9A242;
}
.AnyTagClassName
{
color: #F9A242;
}
</style>
background-color css
<style>
a { background-color: #F9A242; }
a { background-color: rgb(249,162,66); }
div.DivClassName
{
background-color: #F9A242;
}
.BgClassName
{
background-color: #F9A242;
}
</style>
border-color css
<style>
span { border-color: #F9A242; }
span { border-color: rgb(249,162,66); }
td.TdClassName
{
border-color: #F9A242;
}
.TagClassName
{
border-color: #F9A242;
}
</style>