Shades of Lightning Yellow #F9AA2F
Tints of Lightning Yellow #F9AA2F
RGB
CMYK
RGB Variations
Color information
#F9AA2F (or 0xF9AA2F) is known color: Lightning Yellow. HEX triplet: F9, AA and 2F. RGB value is (249,170,47). Sum of RGB (Red+Green+Blue) = 249+170+47=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AA2F is #0655D0. Grayscale: #B4B4B4. Windows color (decimal): -415185 or 3123961. OLE color: 3123961.
HSL color Cylindrical-coordinate representation of color #F9AA2F: hue angle of 36.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9AA2F is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 47 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.02 |
| HSL | 36.53º | 0.94% | 0.58% | - |
| HSV(B) | 36.53º | 0.81% | 0.98% | - |
| XYZ | 53.95 | 49.09 | 9.32 | - |
| YUV | 179.6 | 53.17 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 47 | 0 | 0.32 | 0.81 | 0.02 | 36.53 | 0.94 | 0.58 |
| Hex | F9 | AA | 2F | 0 | 20 | 51 | 2 | 25 | 5E | 3A |
| Octal | 371 | 252 | 57 | 0 | 40 | 121 | 2 | 45 | 136 | 72 |
| Binary | 11111001 | 10101010 | 101111 | 0 | 100000 | 1010001 | 10 | 100101 | 1011110 | 111010 |
Color Harmonies of #F9AA2F
Complementary color
Monochromatic Colors of #F9AA2F
Black with #F9AA2F
Text Example
Text Example
White with #F9AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA2F; }
p { color: rgb(249,170,47); }
H1.HeaderClassName
{
color: #F9AA2F;
}
.AnyTagClassName
{
color: #F9AA2F;
}
</style>
background-color css
<style>
a { background-color: #F9AA2F; }
a { background-color: rgb(249,170,47); }
div.DivClassName
{
background-color: #F9AA2F;
}
.BgClassName
{
background-color: #F9AA2F;
}
</style>
border-color css
<style>
span { border-color: #F9AA2F; }
span { border-color: rgb(249,170,47); }
td.TdClassName
{
border-color: #F9AA2F;
}
.TagClassName
{
border-color: #F9AA2F;
}
</style>