Shades of Lightning Yellow #F2A332
Tints of Lightning Yellow #F2A332
RGB
CMYK
RGB Variations
Color information
#F2A332 (or 0xF2A332) is known color: Lightning Yellow. HEX triplet: F2, A3 and 32. RGB value is (242,163,50). Sum of RGB (Red+Green+Blue) = 242+163+50=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A332 is #0D5CCD. Grayscale: #AEAEAE. Windows color (decimal): -875726 or 3318770. OLE color: 3318770.
HSL color Cylindrical-coordinate representation of color #F2A332: hue angle of 35.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2A332 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 50 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.05 |
| HSL | 35.31º | 0.88% | 0.57% | - |
| HSV(B) | 35.31º | 0.79% | 0.95% | - |
| XYZ | 50.29 | 45.3 | 9.11 | - |
| YUV | 173.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 50 | 0 | 0.33 | 0.79 | 0.05 | 35.31 | 0.88 | 0.57 |
| Hex | F2 | A3 | 32 | 0 | 21 | 4F | 5 | 23 | 58 | 39 |
| Octal | 362 | 243 | 62 | 0 | 41 | 117 | 5 | 43 | 130 | 71 |
| Binary | 11110010 | 10100011 | 110010 | 0 | 100001 | 1001111 | 101 | 100011 | 1011000 | 111001 |
Color Harmonies of #F2A332
Complementary color
Monochromatic Colors of #F2A332
Black with #F2A332
Text Example
Text Example
White with #F2A332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A332; }
p { color: rgb(242,163,50); }
H1.HeaderClassName
{
color: #F2A332;
}
.AnyTagClassName
{
color: #F2A332;
}
</style>
background-color css
<style>
a { background-color: #F2A332; }
a { background-color: rgb(242,163,50); }
div.DivClassName
{
background-color: #F2A332;
}
.BgClassName
{
background-color: #F2A332;
}
</style>
border-color css
<style>
span { border-color: #F2A332; }
span { border-color: rgb(242,163,50); }
td.TdClassName
{
border-color: #F2A332;
}
.TagClassName
{
border-color: #F2A332;
}
</style>