Shades of Lightning Yellow #F2A424
Tints of Lightning Yellow #F2A424
RGB
CMYK
RGB Variations
Color information
#F2A424 (or 0xF2A424) is known color: Lightning Yellow. HEX triplet: F2, A4 and 24. RGB value is (242,164,36). Sum of RGB (Red+Green+Blue) = 242+164+36=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A424 is #0D5BDB. Grayscale: #ADADAD. Windows color (decimal): -875484 or 2401522. OLE color: 2401522.
HSL color Cylindrical-coordinate representation of color #F2A424: hue angle of 37.28º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2A424 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 36 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.05 |
| HSL | 37.28º | 0.89% | 0.55% | - |
| HSV(B) | 37.28º | 0.85% | 0.95% | - |
| XYZ | 50.21 | 45.56 | 7.82 | - |
| YUV | 172.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 36 | 0 | 0.32 | 0.85 | 0.05 | 37.28 | 0.89 | 0.55 |
| Hex | F2 | A4 | 24 | 0 | 20 | 55 | 5 | 25 | 59 | 37 |
| Octal | 362 | 244 | 44 | 0 | 40 | 125 | 5 | 45 | 131 | 67 |
| Binary | 11110010 | 10100100 | 100100 | 0 | 100000 | 1010101 | 101 | 100101 | 1011001 | 110111 |
Color Harmonies of #F2A424
Complementary color
Monochromatic Colors of #F2A424
Black with #F2A424
Text Example
Text Example
White with #F2A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A424; }
p { color: rgb(242,164,36); }
H1.HeaderClassName
{
color: #F2A424;
}
.AnyTagClassName
{
color: #F2A424;
}
</style>
background-color css
<style>
a { background-color: #F2A424; }
a { background-color: rgb(242,164,36); }
div.DivClassName
{
background-color: #F2A424;
}
.BgClassName
{
background-color: #F2A424;
}
</style>
border-color css
<style>
span { border-color: #F2A424; }
span { border-color: rgb(242,164,36); }
td.TdClassName
{
border-color: #F2A424;
}
.TagClassName
{
border-color: #F2A424;
}
</style>