Shades of Lightning Yellow #F2A02A
Tints of Lightning Yellow #F2A02A
RGB
CMYK
RGB Variations
Color information
#F2A02A (or 0xF2A02A) is known color: Lightning Yellow. HEX triplet: F2, A0 and 2A. RGB value is (242,160,42). Sum of RGB (Red+Green+Blue) = 242+160+42=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A02A is #0D5FD5. Grayscale: #ABABAB. Windows color (decimal): -876502 or 2793714. OLE color: 2793714.
HSL color Cylindrical-coordinate representation of color #F2A02A: hue angle of 35.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2A02A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 42 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.05 |
| HSL | 35.4º | 0.88% | 0.56% | - |
| HSV(B) | 35.4º | 0.83% | 0.95% | - |
| XYZ | 49.61 | 44.19 | 8.1 | - |
| YUV | 171.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 42 | 0 | 0.34 | 0.83 | 0.05 | 35.4 | 0.88 | 0.56 |
| Hex | F2 | A0 | 2A | 0 | 22 | 53 | 5 | 23 | 58 | 38 |
| Octal | 362 | 240 | 52 | 0 | 42 | 123 | 5 | 43 | 130 | 70 |
| Binary | 11110010 | 10100000 | 101010 | 0 | 100010 | 1010011 | 101 | 100011 | 1011000 | 111000 |
Color Harmonies of #F2A02A
Complementary color
Monochromatic Colors of #F2A02A
Black with #F2A02A
Text Example
Text Example
White with #F2A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A02A; }
p { color: rgb(242,160,42); }
H1.HeaderClassName
{
color: #F2A02A;
}
.AnyTagClassName
{
color: #F2A02A;
}
</style>
background-color css
<style>
a { background-color: #F2A02A; }
a { background-color: rgb(242,160,42); }
div.DivClassName
{
background-color: #F2A02A;
}
.BgClassName
{
background-color: #F2A02A;
}
</style>
border-color css
<style>
span { border-color: #F2A02A; }
span { border-color: rgb(242,160,42); }
td.TdClassName
{
border-color: #F2A02A;
}
.TagClassName
{
border-color: #F2A02A;
}
</style>