Shades of Lightning Yellow #F2A926
Tints of Lightning Yellow #F2A926
RGB
CMYK
RGB Variations
Color information
#F2A926 (or 0xF2A926) is known color: Lightning Yellow. HEX triplet: F2, A9 and 26. RGB value is (242,169,38). Sum of RGB (Red+Green+Blue) = 242+169+38=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A926 is #0D56D9. Grayscale: #B0B0B0. Windows color (decimal): -874202 or 2533874. OLE color: 2533874.
HSL color Cylindrical-coordinate representation of color #F2A926: hue angle of 38.53º 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 #F2A926 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 38 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.05 |
| HSL | 38.53º | 0.89% | 0.55% | - |
| HSV(B) | 38.53º | 0.84% | 0.95% | - |
| XYZ | 51.16 | 47.39 | 8.29 | - |
| YUV | 175.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 38 | 0 | 0.30 | 0.84 | 0.05 | 38.53 | 0.89 | 0.55 |
| Hex | F2 | A9 | 26 | 0 | 1E | 54 | 5 | 27 | 59 | 37 |
| Octal | 362 | 251 | 46 | 0 | 36 | 124 | 5 | 47 | 131 | 67 |
| Binary | 11110010 | 10101001 | 100110 | 0 | 11110 | 1010100 | 101 | 100111 | 1011001 | 110111 |
Color Harmonies of #F2A926
Complementary color
Monochromatic Colors of #F2A926
Black with #F2A926
Text Example
Text Example
White with #F2A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A926; }
p { color: rgb(242,169,38); }
H1.HeaderClassName
{
color: #F2A926;
}
.AnyTagClassName
{
color: #F2A926;
}
</style>
background-color css
<style>
a { background-color: #F2A926; }
a { background-color: rgb(242,169,38); }
div.DivClassName
{
background-color: #F2A926;
}
.BgClassName
{
background-color: #F2A926;
}
</style>
border-color css
<style>
span { border-color: #F2A926; }
span { border-color: rgb(242,169,38); }
td.TdClassName
{
border-color: #F2A926;
}
.TagClassName
{
border-color: #F2A926;
}
</style>