Shades of Lightning Yellow #F2A32A
Tints of Lightning Yellow #F2A32A
RGB
CMYK
RGB Variations
Color information
#F2A32A (or 0xF2A32A) is known color: Lightning Yellow. HEX triplet: F2, A3 and 2A. RGB value is (242,163,42). Sum of RGB (Red+Green+Blue) = 242+163+42=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A32A is #0D5CD5. Grayscale: #ADADAD. Windows color (decimal): -875734 or 2794482. OLE color: 2794482.
HSL color Cylindrical-coordinate representation of color #F2A32A: hue angle of 36.3º 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 #F2A32A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 42 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.05 |
| HSL | 36.3º | 0.88% | 0.56% | - |
| HSV(B) | 36.3º | 0.83% | 0.95% | - |
| XYZ | 50.13 | 45.24 | 8.28 | - |
| YUV | 172.83 | 54.17 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 42 | 0 | 0.33 | 0.83 | 0.05 | 36.3 | 0.88 | 0.56 |
| Hex | F2 | A3 | 2A | 0 | 21 | 53 | 5 | 24 | 58 | 38 |
| Octal | 362 | 243 | 52 | 0 | 41 | 123 | 5 | 44 | 130 | 70 |
| Binary | 11110010 | 10100011 | 101010 | 0 | 100001 | 1010011 | 101 | 100100 | 1011000 | 111000 |
Color Harmonies of #F2A32A
Complementary color
Monochromatic Colors of #F2A32A
Black with #F2A32A
Text Example
Text Example
White with #F2A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A32A; }
p { color: rgb(242,163,42); }
H1.HeaderClassName
{
color: #F2A32A;
}
.AnyTagClassName
{
color: #F2A32A;
}
</style>
background-color css
<style>
a { background-color: #F2A32A; }
a { background-color: rgb(242,163,42); }
div.DivClassName
{
background-color: #F2A32A;
}
.BgClassName
{
background-color: #F2A32A;
}
</style>
border-color css
<style>
span { border-color: #F2A32A; }
span { border-color: rgb(242,163,42); }
td.TdClassName
{
border-color: #F2A32A;
}
.TagClassName
{
border-color: #F2A32A;
}
</style>