Shades of Lightning Yellow #F2A128
Tints of Lightning Yellow #F2A128
RGB
CMYK
RGB Variations
Color information
#F2A128 (or 0xF2A128) is known color: Lightning Yellow. HEX triplet: F2, A1 and 28. RGB value is (242,161,40). Sum of RGB (Red+Green+Blue) = 242+161+40=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A128 is #0D5ED7. Grayscale: #ABABAB. Windows color (decimal): -876248 or 2662898. OLE color: 2662898.
HSL color Cylindrical-coordinate representation of color #F2A128: hue angle of 35.94º 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 #F2A128 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 40 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.05 |
| HSL | 35.94º | 0.89% | 0.55% | - |
| HSV(B) | 35.94º | 0.83% | 0.95% | - |
| XYZ | 49.75 | 44.52 | 7.98 | - |
| YUV | 171.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 40 | 0 | 0.33 | 0.83 | 0.05 | 35.94 | 0.89 | 0.55 |
| Hex | F2 | A1 | 28 | 0 | 21 | 53 | 5 | 24 | 59 | 37 |
| Octal | 362 | 241 | 50 | 0 | 41 | 123 | 5 | 44 | 131 | 67 |
| Binary | 11110010 | 10100001 | 101000 | 0 | 100001 | 1010011 | 101 | 100100 | 1011001 | 110111 |
Color Harmonies of #F2A128
Complementary color
Monochromatic Colors of #F2A128
Black with #F2A128
Text Example
Text Example
White with #F2A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A128; }
p { color: rgb(242,161,40); }
H1.HeaderClassName
{
color: #F2A128;
}
.AnyTagClassName
{
color: #F2A128;
}
</style>
background-color css
<style>
a { background-color: #F2A128; }
a { background-color: rgb(242,161,40); }
div.DivClassName
{
background-color: #F2A128;
}
.BgClassName
{
background-color: #F2A128;
}
</style>
border-color css
<style>
span { border-color: #F2A128; }
span { border-color: rgb(242,161,40); }
td.TdClassName
{
border-color: #F2A128;
}
.TagClassName
{
border-color: #F2A128;
}
</style>