Shades of Lightning Yellow #F2A32B
Tints of Lightning Yellow #F2A32B
RGB
CMYK
RGB Variations
Color information
#F2A32B (or 0xF2A32B) is known color: Lightning Yellow. HEX triplet: F2, A3 and 2B. RGB value is (242,163,43). Sum of RGB (Red+Green+Blue) = 242+163+43=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A32B is #0D5CD4. Grayscale: #ADADAD. Windows color (decimal): -875733 or 2860018. OLE color: 2860018.
HSL color Cylindrical-coordinate representation of color #F2A32B: hue angle of 36.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2A32B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 43 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.05 |
| HSL | 36.18º | 0.88% | 0.56% | - |
| HSV(B) | 36.18º | 0.82% | 0.95% | - |
| XYZ | 50.15 | 45.25 | 8.38 | - |
| YUV | 172.94 | 54.67 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 43 | 0 | 0.33 | 0.82 | 0.05 | 36.18 | 0.88 | 0.56 |
| Hex | F2 | A3 | 2B | 0 | 21 | 52 | 5 | 24 | 58 | 38 |
| Octal | 362 | 243 | 53 | 0 | 41 | 122 | 5 | 44 | 130 | 70 |
| Binary | 11110010 | 10100011 | 101011 | 0 | 100001 | 1010010 | 101 | 100100 | 1011000 | 111000 |
Color Harmonies of #F2A32B
Complementary color
Monochromatic Colors of #F2A32B
Black with #F2A32B
Text Example
Text Example
White with #F2A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A32B; }
p { color: rgb(242,163,43); }
H1.HeaderClassName
{
color: #F2A32B;
}
.AnyTagClassName
{
color: #F2A32B;
}
</style>
background-color css
<style>
a { background-color: #F2A32B; }
a { background-color: rgb(242,163,43); }
div.DivClassName
{
background-color: #F2A32B;
}
.BgClassName
{
background-color: #F2A32B;
}
</style>
border-color css
<style>
span { border-color: #F2A32B; }
span { border-color: rgb(242,163,43); }
td.TdClassName
{
border-color: #F2A32B;
}
.TagClassName
{
border-color: #F2A32B;
}
</style>