Shades of Lightning Yellow #FDA22E
Tints of Lightning Yellow #FDA22E
RGB
CMYK
RGB Variations
Color information
#FDA22E (or 0xFDA22E) is known color: Lightning Yellow. HEX triplet: FD, A2 and 2E. RGB value is (253,162,46). Sum of RGB (Red+Green+Blue) = 253+162+46=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA22E is #025DD1. Grayscale: #B0B0B0. Windows color (decimal): -155090 or 3056381. OLE color: 3056381.
HSL color Cylindrical-coordinate representation of color #FDA22E: hue angle of 33.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDA22E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 46 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.01 |
| HSL | 33.62º | 0.98% | 0.59% | - |
| HSV(B) | 33.62º | 0.82% | 0.99% | - |
| XYZ | 53.92 | 46.92 | 8.8 | - |
| YUV | 175.99 | 54.65 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 46 | 0 | 0.36 | 0.82 | 0.01 | 33.62 | 0.98 | 0.59 |
| Hex | FD | A2 | 2E | 0 | 24 | 52 | 1 | 22 | 62 | 3B |
| Octal | 375 | 242 | 56 | 0 | 44 | 122 | 1 | 42 | 142 | 73 |
| Binary | 11111101 | 10100010 | 101110 | 0 | 100100 | 1010010 | 1 | 100010 | 1100010 | 111011 |
Color Harmonies of #FDA22E
Complementary color
Monochromatic Colors of #FDA22E
Black with #FDA22E
Text Example
Text Example
White with #FDA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA22E; }
p { color: rgb(253,162,46); }
H1.HeaderClassName
{
color: #FDA22E;
}
.AnyTagClassName
{
color: #FDA22E;
}
</style>
background-color css
<style>
a { background-color: #FDA22E; }
a { background-color: rgb(253,162,46); }
div.DivClassName
{
background-color: #FDA22E;
}
.BgClassName
{
background-color: #FDA22E;
}
</style>
border-color css
<style>
span { border-color: #FDA22E; }
span { border-color: rgb(253,162,46); }
td.TdClassName
{
border-color: #FDA22E;
}
.TagClassName
{
border-color: #FDA22E;
}
</style>