Shades of Lightning Yellow #F1AA36
Tints of Lightning Yellow #F1AA36
RGB
CMYK
RGB Variations
Color information
#F1AA36 (or 0xF1AA36) is known color: Lightning Yellow. HEX triplet: F1, AA and 36. RGB value is (241,170,54). Sum of RGB (Red+Green+Blue) = 241+170+54=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AA36 is #0E55C9. Grayscale: #B2B2B2. Windows color (decimal): -939466 or 3582705. OLE color: 3582705.
HSL color Cylindrical-coordinate representation of color #F1AA36: hue angle of 37.22º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1AA36 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 54 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.05 |
| HSL | 37.22º | 0.87% | 0.58% | - |
| HSV(B) | 37.22º | 0.78% | 0.95% | - |
| XYZ | 51.32 | 47.72 | 10 | - |
| YUV | 178.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 54 | 0 | 0.29 | 0.78 | 0.05 | 37.22 | 0.87 | 0.58 |
| Hex | F1 | AA | 36 | 0 | 1D | 4E | 5 | 25 | 57 | 3A |
| Octal | 361 | 252 | 66 | 0 | 35 | 116 | 5 | 45 | 127 | 72 |
| Binary | 11110001 | 10101010 | 110110 | 0 | 11101 | 1001110 | 101 | 100101 | 1010111 | 111010 |
Color Harmonies of #F1AA36
Complementary color
Monochromatic Colors of #F1AA36
Black with #F1AA36
Text Example
Text Example
White with #F1AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA36; }
p { color: rgb(241,170,54); }
H1.HeaderClassName
{
color: #F1AA36;
}
.AnyTagClassName
{
color: #F1AA36;
}
</style>
background-color css
<style>
a { background-color: #F1AA36; }
a { background-color: rgb(241,170,54); }
div.DivClassName
{
background-color: #F1AA36;
}
.BgClassName
{
background-color: #F1AA36;
}
</style>
border-color css
<style>
span { border-color: #F1AA36; }
span { border-color: rgb(241,170,54); }
td.TdClassName
{
border-color: #F1AA36;
}
.TagClassName
{
border-color: #F1AA36;
}
</style>