Shades of Lightning Yellow #F9A02E
Tints of Lightning Yellow #F9A02E
RGB
CMYK
RGB Variations
Color information
#F9A02E (or 0xF9A02E) is known color: Lightning Yellow. HEX triplet: F9, A0 and 2E. RGB value is (249,160,46). Sum of RGB (Red+Green+Blue) = 249+160+46=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A02E is #065FD1. Grayscale: #AEAEAE. Windows color (decimal): -417746 or 3055865. OLE color: 3055865.
HSL color Cylindrical-coordinate representation of color #F9A02E: hue angle of 33.69º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9A02E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 46 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.02 |
| HSL | 33.69º | 0.94% | 0.58% | - |
| HSV(B) | 33.69º | 0.82% | 0.98% | - |
| XYZ | 52.13 | 45.48 | 8.62 | - |
| YUV | 173.62 | 55.99 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 46 | 0 | 0.36 | 0.82 | 0.02 | 33.69 | 0.94 | 0.58 |
| Hex | F9 | A0 | 2E | 0 | 24 | 52 | 2 | 22 | 5E | 3A |
| Octal | 371 | 240 | 56 | 0 | 44 | 122 | 2 | 42 | 136 | 72 |
| Binary | 11111001 | 10100000 | 101110 | 0 | 100100 | 1010010 | 10 | 100010 | 1011110 | 111010 |
Color Harmonies of #F9A02E
Complementary color
Monochromatic Colors of #F9A02E
Black with #F9A02E
Text Example
Text Example
White with #F9A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A02E; }
p { color: rgb(249,160,46); }
H1.HeaderClassName
{
color: #F9A02E;
}
.AnyTagClassName
{
color: #F9A02E;
}
</style>
background-color css
<style>
a { background-color: #F9A02E; }
a { background-color: rgb(249,160,46); }
div.DivClassName
{
background-color: #F9A02E;
}
.BgClassName
{
background-color: #F9A02E;
}
</style>
border-color css
<style>
span { border-color: #F9A02E; }
span { border-color: rgb(249,160,46); }
td.TdClassName
{
border-color: #F9A02E;
}
.TagClassName
{
border-color: #F9A02E;
}
</style>