Shades of Lightning Yellow #F29E29
Tints of Lightning Yellow #F29E29
RGB
CMYK
RGB Variations
Color information
#F29E29 (or 0xF29E29) is known color: Lightning Yellow. HEX triplet: F2, 9E and 29. RGB value is (242,158,41). Sum of RGB (Red+Green+Blue) = 242+158+41=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E29 is #0D61D6. Grayscale: #AAAAAA. Windows color (decimal): -877015 or 2727666. OLE color: 2727666.
HSL color Cylindrical-coordinate representation of color #F29E29: hue angle of 34.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F29E29 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 41 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.05 |
| HSL | 34.93º | 0.89% | 0.55% | - |
| HSV(B) | 34.93º | 0.83% | 0.95% | - |
| XYZ | 49.25 | 43.49 | 7.9 | - |
| YUV | 169.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 41 | 0 | 0.35 | 0.83 | 0.05 | 34.93 | 0.89 | 0.55 |
| Hex | F2 | 9E | 29 | 0 | 23 | 53 | 5 | 23 | 59 | 37 |
| Octal | 362 | 236 | 51 | 0 | 43 | 123 | 5 | 43 | 131 | 67 |
| Binary | 11110010 | 10011110 | 101001 | 0 | 100011 | 1010011 | 101 | 100011 | 1011001 | 110111 |
Color Harmonies of #F29E29
Complementary color
Monochromatic Colors of #F29E29
Black with #F29E29
Text Example
Text Example
White with #F29E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E29; }
p { color: rgb(242,158,41); }
H1.HeaderClassName
{
color: #F29E29;
}
.AnyTagClassName
{
color: #F29E29;
}
</style>
background-color css
<style>
a { background-color: #F29E29; }
a { background-color: rgb(242,158,41); }
div.DivClassName
{
background-color: #F29E29;
}
.BgClassName
{
background-color: #F29E29;
}
</style>
border-color css
<style>
span { border-color: #F29E29; }
span { border-color: rgb(242,158,41); }
td.TdClassName
{
border-color: #F29E29;
}
.TagClassName
{
border-color: #F29E29;
}
</style>