Shades of Lightning Yellow #FDA02D
Tints of Lightning Yellow #FDA02D
RGB
CMYK
RGB Variations
Color information
#FDA02D (or 0xFDA02D) is known color: Lightning Yellow. HEX triplet: FD, A0 and 2D. RGB value is (253,160,45). Sum of RGB (Red+Green+Blue) = 253+160+45=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA02D is #025FD2. Grayscale: #AFAFAF. Windows color (decimal): -155603 or 2990333. OLE color: 2990333.
HSL color Cylindrical-coordinate representation of color #FDA02D: hue angle of 33.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDA02D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.01 |
| HSL | 33.17º | 0.98% | 0.58% | - |
| HSV(B) | 33.17º | 0.82% | 0.99% | - |
| XYZ | 53.55 | 46.21 | 8.58 | - |
| YUV | 174.7 | 54.81 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 45 | 0 | 0.37 | 0.82 | 0.01 | 33.17 | 0.98 | 0.58 |
| Hex | FD | A0 | 2D | 0 | 25 | 52 | 1 | 21 | 62 | 3A |
| Octal | 375 | 240 | 55 | 0 | 45 | 122 | 1 | 41 | 142 | 72 |
| Binary | 11111101 | 10100000 | 101101 | 0 | 100101 | 1010010 | 1 | 100001 | 1100010 | 111010 |
Color Harmonies of #FDA02D
Complementary color
Monochromatic Colors of #FDA02D
Black with #FDA02D
Text Example
Text Example
White with #FDA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA02D; }
p { color: rgb(253,160,45); }
H1.HeaderClassName
{
color: #FDA02D;
}
.AnyTagClassName
{
color: #FDA02D;
}
</style>
background-color css
<style>
a { background-color: #FDA02D; }
a { background-color: rgb(253,160,45); }
div.DivClassName
{
background-color: #FDA02D;
}
.BgClassName
{
background-color: #FDA02D;
}
</style>
border-color css
<style>
span { border-color: #FDA02D; }
span { border-color: rgb(253,160,45); }
td.TdClassName
{
border-color: #FDA02D;
}
.TagClassName
{
border-color: #FDA02D;
}
</style>