Shades of Lightning Yellow #F9AA2E
Tints of Lightning Yellow #F9AA2E
RGB
CMYK
RGB Variations
Color information
#F9AA2E (or 0xF9AA2E) is known color: Lightning Yellow. HEX triplet: F9, AA and 2E. RGB value is (249,170,46). Sum of RGB (Red+Green+Blue) = 249+170+46=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AA2E is #0655D1. Grayscale: #B4B4B4. Windows color (decimal): -415186 or 3058425. OLE color: 3058425.
HSL color Cylindrical-coordinate representation of color #F9AA2E: hue angle of 36.65º 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 #F9AA2E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 46 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.02 |
| HSL | 36.65º | 0.94% | 0.58% | - |
| HSV(B) | 36.65º | 0.82% | 0.98% | - |
| XYZ | 53.93 | 49.09 | 9.22 | - |
| YUV | 179.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 46 | 0 | 0.32 | 0.82 | 0.02 | 36.65 | 0.94 | 0.58 |
| Hex | F9 | AA | 2E | 0 | 20 | 52 | 2 | 25 | 5E | 3A |
| Octal | 371 | 252 | 56 | 0 | 40 | 122 | 2 | 45 | 136 | 72 |
| Binary | 11111001 | 10101010 | 101110 | 0 | 100000 | 1010010 | 10 | 100101 | 1011110 | 111010 |
Color Harmonies of #F9AA2E
Complementary color
Monochromatic Colors of #F9AA2E
Black with #F9AA2E
Text Example
Text Example
White with #F9AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA2E; }
p { color: rgb(249,170,46); }
H1.HeaderClassName
{
color: #F9AA2E;
}
.AnyTagClassName
{
color: #F9AA2E;
}
</style>
background-color css
<style>
a { background-color: #F9AA2E; }
a { background-color: rgb(249,170,46); }
div.DivClassName
{
background-color: #F9AA2E;
}
.BgClassName
{
background-color: #F9AA2E;
}
</style>
border-color css
<style>
span { border-color: #F9AA2E; }
span { border-color: rgb(249,170,46); }
td.TdClassName
{
border-color: #F9AA2E;
}
.TagClassName
{
border-color: #F9AA2E;
}
</style>