Shades of Lightning Yellow #F2A823
Tints of Lightning Yellow #F2A823
RGB
CMYK
RGB Variations
Color information
#F2A823 (or 0xF2A823) is known color: Lightning Yellow. HEX triplet: F2, A8 and 23. RGB value is (242,168,35). Sum of RGB (Red+Green+Blue) = 242+168+35=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A823 is #0D57DC. Grayscale: #AFAFAF. Windows color (decimal): -874461 or 2337010. OLE color: 2337010.
HSL color Cylindrical-coordinate representation of color #F2A823: hue angle of 38.55º 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 #F2A823 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 35 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.05 |
| HSL | 38.55º | 0.89% | 0.54% | - |
| HSV(B) | 38.55º | 0.86% | 0.95% | - |
| XYZ | 50.92 | 47 | 7.98 | - |
| YUV | 174.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 35 | 0 | 0.31 | 0.86 | 0.05 | 38.55 | 0.89 | 0.54 |
| Hex | F2 | A8 | 23 | 0 | 1F | 56 | 5 | 27 | 59 | 36 |
| Octal | 362 | 250 | 43 | 0 | 37 | 126 | 5 | 47 | 131 | 66 |
| Binary | 11110010 | 10101000 | 100011 | 0 | 11111 | 1010110 | 101 | 100111 | 1011001 | 110110 |
Color Harmonies of #F2A823
Complementary color
Monochromatic Colors of #F2A823
Black with #F2A823
Text Example
Text Example
White with #F2A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A823; }
p { color: rgb(242,168,35); }
H1.HeaderClassName
{
color: #F2A823;
}
.AnyTagClassName
{
color: #F2A823;
}
</style>
background-color css
<style>
a { background-color: #F2A823; }
a { background-color: rgb(242,168,35); }
div.DivClassName
{
background-color: #F2A823;
}
.BgClassName
{
background-color: #F2A823;
}
</style>
border-color css
<style>
span { border-color: #F2A823; }
span { border-color: rgb(242,168,35); }
td.TdClassName
{
border-color: #F2A823;
}
.TagClassName
{
border-color: #F2A823;
}
</style>