Shades of Lightning Yellow #F2AA26
Tints of Lightning Yellow #F2AA26
RGB
CMYK
RGB Variations
Color information
#F2AA26 (or 0xF2AA26) is known color: Lightning Yellow. HEX triplet: F2, AA and 26. RGB value is (242,170,38). Sum of RGB (Red+Green+Blue) = 242+170+38=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA26 is #0D55D9. Grayscale: #B1B1B1. Windows color (decimal): -873946 or 2534130. OLE color: 2534130.
HSL color Cylindrical-coordinate representation of color #F2AA26: hue angle of 38.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2AA26 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 38 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.05 |
| HSL | 38.82º | 0.89% | 0.55% | - |
| HSV(B) | 38.82º | 0.84% | 0.95% | - |
| XYZ | 51.34 | 47.77 | 8.35 | - |
| YUV | 176.48 | 49.85 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 38 | 0 | 0.30 | 0.84 | 0.05 | 38.82 | 0.89 | 0.55 |
| Hex | F2 | AA | 26 | 0 | 1E | 54 | 5 | 27 | 59 | 37 |
| Octal | 362 | 252 | 46 | 0 | 36 | 124 | 5 | 47 | 131 | 67 |
| Binary | 11110010 | 10101010 | 100110 | 0 | 11110 | 1010100 | 101 | 100111 | 1011001 | 110111 |
Color Harmonies of #F2AA26
Complementary color
Monochromatic Colors of #F2AA26
Black with #F2AA26
Text Example
Text Example
White with #F2AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA26; }
p { color: rgb(242,170,38); }
H1.HeaderClassName
{
color: #F2AA26;
}
.AnyTagClassName
{
color: #F2AA26;
}
</style>
background-color css
<style>
a { background-color: #F2AA26; }
a { background-color: rgb(242,170,38); }
div.DivClassName
{
background-color: #F2AA26;
}
.BgClassName
{
background-color: #F2AA26;
}
</style>
border-color css
<style>
span { border-color: #F2AA26; }
span { border-color: rgb(242,170,38); }
td.TdClassName
{
border-color: #F2AA26;
}
.TagClassName
{
border-color: #F2AA26;
}
</style>