Shades of Lightning Yellow #F2A329
Tints of Lightning Yellow #F2A329
RGB
CMYK
RGB Variations
Color information
#F2A329 (or 0xF2A329) is known color: Lightning Yellow. HEX triplet: F2, A3 and 29. RGB value is (242,163,41). Sum of RGB (Red+Green+Blue) = 242+163+41=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A329 is #0D5CD6. Grayscale: #ADADAD. Windows color (decimal): -875735 or 2728946. OLE color: 2728946.
HSL color Cylindrical-coordinate representation of color #F2A329: hue angle of 36.42º 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 #F2A329 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 41 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.05 |
| HSL | 36.42º | 0.89% | 0.55% | - |
| HSV(B) | 36.42º | 0.83% | 0.95% | - |
| XYZ | 50.12 | 45.23 | 8.19 | - |
| YUV | 172.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 41 | 0 | 0.33 | 0.83 | 0.05 | 36.42 | 0.89 | 0.55 |
| Hex | F2 | A3 | 29 | 0 | 21 | 53 | 5 | 24 | 59 | 37 |
| Octal | 362 | 243 | 51 | 0 | 41 | 123 | 5 | 44 | 131 | 67 |
| Binary | 11110010 | 10100011 | 101001 | 0 | 100001 | 1010011 | 101 | 100100 | 1011001 | 110111 |
Color Harmonies of #F2A329
Complementary color
Monochromatic Colors of #F2A329
Black with #F2A329
Text Example
Text Example
White with #F2A329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A329; }
p { color: rgb(242,163,41); }
H1.HeaderClassName
{
color: #F2A329;
}
.AnyTagClassName
{
color: #F2A329;
}
</style>
background-color css
<style>
a { background-color: #F2A329; }
a { background-color: rgb(242,163,41); }
div.DivClassName
{
background-color: #F2A329;
}
.BgClassName
{
background-color: #F2A329;
}
</style>
border-color css
<style>
span { border-color: #F2A329; }
span { border-color: rgb(242,163,41); }
td.TdClassName
{
border-color: #F2A329;
}
.TagClassName
{
border-color: #F2A329;
}
</style>