Shades of Lightning Yellow #F1AA32
Tints of Lightning Yellow #F1AA32
RGB
CMYK
RGB Variations
Color information
#F1AA32 (or 0xF1AA32) is known color: Lightning Yellow. HEX triplet: F1, AA and 32. RGB value is (241,170,50). Sum of RGB (Red+Green+Blue) = 241+170+50=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AA32 is #0E55CD. Grayscale: #B2B2B2. Windows color (decimal): -939470 or 3320561. OLE color: 3320561.
HSL color Cylindrical-coordinate representation of color #F1AA32: hue angle of 37.7º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1AA32 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 50 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.05 |
| HSL | 37.7º | 0.87% | 0.57% | - |
| HSV(B) | 37.7º | 0.79% | 0.95% | - |
| XYZ | 51.23 | 47.68 | 9.52 | - |
| YUV | 177.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 50 | 0 | 0.29 | 0.79 | 0.05 | 37.7 | 0.87 | 0.57 |
| Hex | F1 | AA | 32 | 0 | 1D | 4F | 5 | 26 | 57 | 39 |
| Octal | 361 | 252 | 62 | 0 | 35 | 117 | 5 | 46 | 127 | 71 |
| Binary | 11110001 | 10101010 | 110010 | 0 | 11101 | 1001111 | 101 | 100110 | 1010111 | 111001 |
Color Harmonies of #F1AA32
Complementary color
Monochromatic Colors of #F1AA32
Black with #F1AA32
Text Example
Text Example
White with #F1AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA32; }
p { color: rgb(241,170,50); }
H1.HeaderClassName
{
color: #F1AA32;
}
.AnyTagClassName
{
color: #F1AA32;
}
</style>
background-color css
<style>
a { background-color: #F1AA32; }
a { background-color: rgb(241,170,50); }
div.DivClassName
{
background-color: #F1AA32;
}
.BgClassName
{
background-color: #F1AA32;
}
</style>
border-color css
<style>
span { border-color: #F1AA32; }
span { border-color: rgb(241,170,50); }
td.TdClassName
{
border-color: #F1AA32;
}
.TagClassName
{
border-color: #F1AA32;
}
</style>