Shades of Lightning Yellow #FDA22F
Tints of Lightning Yellow #FDA22F
RGB
CMYK
RGB Variations
Color information
#FDA22F (or 0xFDA22F) is known color: Lightning Yellow. HEX triplet: FD, A2 and 2F. RGB value is (253,162,47). Sum of RGB (Red+Green+Blue) = 253+162+47=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA22F is #025DD0. Grayscale: #B0B0B0. Windows color (decimal): -155089 or 3121917. OLE color: 3121917.
HSL color Cylindrical-coordinate representation of color #FDA22F: hue angle of 33.5º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDA22F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 47 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.01 |
| HSL | 33.5º | 0.98% | 0.59% | - |
| HSV(B) | 33.5º | 0.81% | 0.99% | - |
| XYZ | 53.94 | 46.93 | 8.9 | - |
| YUV | 176.1 | 55.15 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 47 | 0 | 0.36 | 0.81 | 0.01 | 33.5 | 0.98 | 0.59 |
| Hex | FD | A2 | 2F | 0 | 24 | 51 | 1 | 21 | 62 | 3B |
| Octal | 375 | 242 | 57 | 0 | 44 | 121 | 1 | 41 | 142 | 73 |
| Binary | 11111101 | 10100010 | 101111 | 0 | 100100 | 1010001 | 1 | 100001 | 1100010 | 111011 |
Color Harmonies of #FDA22F
Complementary color
Monochromatic Colors of #FDA22F
Black with #FDA22F
Text Example
Text Example
White with #FDA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA22F; }
p { color: rgb(253,162,47); }
H1.HeaderClassName
{
color: #FDA22F;
}
.AnyTagClassName
{
color: #FDA22F;
}
</style>
background-color css
<style>
a { background-color: #FDA22F; }
a { background-color: rgb(253,162,47); }
div.DivClassName
{
background-color: #FDA22F;
}
.BgClassName
{
background-color: #FDA22F;
}
</style>
border-color css
<style>
span { border-color: #FDA22F; }
span { border-color: rgb(253,162,47); }
td.TdClassName
{
border-color: #FDA22F;
}
.TagClassName
{
border-color: #FDA22F;
}
</style>