Shades of Lightning Yellow #FDA02E
Tints of Lightning Yellow #FDA02E
RGB
CMYK
RGB Variations
Color information
#FDA02E (or 0xFDA02E) is known color: Lightning Yellow. HEX triplet: FD, A0 and 2E. RGB value is (253,160,46). Sum of RGB (Red+Green+Blue) = 253+160+46=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA02E is #025FD1. Grayscale: #AFAFAF. Windows color (decimal): -155602 or 3055869. OLE color: 3055869.
HSL color Cylindrical-coordinate representation of color #FDA02E: hue angle of 33.04º 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 #FDA02E is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 46 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.01 |
| HSL | 33.04º | 0.98% | 0.59% | - |
| HSV(B) | 33.04º | 0.82% | 0.99% | - |
| XYZ | 53.57 | 46.22 | 8.68 | - |
| YUV | 174.81 | 55.31 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 46 | 0 | 0.37 | 0.82 | 0.01 | 33.04 | 0.98 | 0.59 |
| Hex | FD | A0 | 2E | 0 | 25 | 52 | 1 | 21 | 62 | 3B |
| Octal | 375 | 240 | 56 | 0 | 45 | 122 | 1 | 41 | 142 | 73 |
| Binary | 11111101 | 10100000 | 101110 | 0 | 100101 | 1010010 | 1 | 100001 | 1100010 | 111011 |
Color Harmonies of #FDA02E
Complementary color
Monochromatic Colors of #FDA02E
Black with #FDA02E
Text Example
Text Example
White with #FDA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA02E; }
p { color: rgb(253,160,46); }
H1.HeaderClassName
{
color: #FDA02E;
}
.AnyTagClassName
{
color: #FDA02E;
}
</style>
background-color css
<style>
a { background-color: #FDA02E; }
a { background-color: rgb(253,160,46); }
div.DivClassName
{
background-color: #FDA02E;
}
.BgClassName
{
background-color: #FDA02E;
}
</style>
border-color css
<style>
span { border-color: #FDA02E; }
span { border-color: rgb(253,160,46); }
td.TdClassName
{
border-color: #FDA02E;
}
.TagClassName
{
border-color: #FDA02E;
}
</style>