Shades of Lightning Yellow #F2A423
Tints of Lightning Yellow #F2A423
RGB
CMYK
RGB Variations
Color information
#F2A423 (or 0xF2A423) is known color: Lightning Yellow. HEX triplet: F2, A4 and 23. RGB value is (242,164,35). Sum of RGB (Red+Green+Blue) = 242+164+35=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A423 is #0D5BDC. Grayscale: #ADADAD. Windows color (decimal): -875485 or 2335986. OLE color: 2335986.
HSL color Cylindrical-coordinate representation of color #F2A423: hue angle of 37.39º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2A423 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 35 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.05 |
| HSL | 37.39º | 0.89% | 0.54% | - |
| HSV(B) | 37.39º | 0.86% | 0.95% | - |
| XYZ | 50.2 | 45.55 | 7.74 | - |
| YUV | 172.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 35 | 0 | 0.32 | 0.86 | 0.05 | 37.39 | 0.89 | 0.54 |
| Hex | F2 | A4 | 23 | 0 | 20 | 56 | 5 | 25 | 59 | 36 |
| Octal | 362 | 244 | 43 | 0 | 40 | 126 | 5 | 45 | 131 | 66 |
| Binary | 11110010 | 10100100 | 100011 | 0 | 100000 | 1010110 | 101 | 100101 | 1011001 | 110110 |
Color Harmonies of #F2A423
Complementary color
Monochromatic Colors of #F2A423
Black with #F2A423
Text Example
Text Example
White with #F2A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A423; }
p { color: rgb(242,164,35); }
H1.HeaderClassName
{
color: #F2A423;
}
.AnyTagClassName
{
color: #F2A423;
}
</style>
background-color css
<style>
a { background-color: #F2A423; }
a { background-color: rgb(242,164,35); }
div.DivClassName
{
background-color: #F2A423;
}
.BgClassName
{
background-color: #F2A423;
}
</style>
border-color css
<style>
span { border-color: #F2A423; }
span { border-color: rgb(242,164,35); }
td.TdClassName
{
border-color: #F2A423;
}
.TagClassName
{
border-color: #F2A423;
}
</style>