Shades of Lightning Yellow #FDA03A
Tints of Lightning Yellow #FDA03A
RGB
CMYK
RGB Variations
Color information
#FDA03A (or 0xFDA03A) is known color: Lightning Yellow. HEX triplet: FD, A0 and 3A. RGB value is (253,160,58). Sum of RGB (Red+Green+Blue) = 253+160+58=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA03A is #025FC5. Grayscale: #B0B0B0. Windows color (decimal): -155590 or 3842301. OLE color: 3842301.
HSL color Cylindrical-coordinate representation of color #FDA03A: hue angle of 31.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA03A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 58 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.01 |
| HSL | 31.38º | 0.98% | 0.61% | - |
| HSV(B) | 31.38º | 0.77% | 0.99% | - |
| XYZ | 53.84 | 46.33 | 10.11 | - |
| YUV | 176.18 | 61.31 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 58 | 0 | 0.37 | 0.77 | 0.01 | 31.38 | 0.98 | 0.61 |
| Hex | FD | A0 | 3A | 0 | 25 | 4D | 1 | 1F | 62 | 3D |
| Octal | 375 | 240 | 72 | 0 | 45 | 115 | 1 | 37 | 142 | 75 |
| Binary | 11111101 | 10100000 | 111010 | 0 | 100101 | 1001101 | 1 | 11111 | 1100010 | 111101 |
Color Harmonies of #FDA03A
Complementary color
Monochromatic Colors of #FDA03A
Black with #FDA03A
Text Example
Text Example
White with #FDA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA03A; }
p { color: rgb(253,160,58); }
H1.HeaderClassName
{
color: #FDA03A;
}
.AnyTagClassName
{
color: #FDA03A;
}
</style>
background-color css
<style>
a { background-color: #FDA03A; }
a { background-color: rgb(253,160,58); }
div.DivClassName
{
background-color: #FDA03A;
}
.BgClassName
{
background-color: #FDA03A;
}
</style>
border-color css
<style>
span { border-color: #FDA03A; }
span { border-color: rgb(253,160,58); }
td.TdClassName
{
border-color: #FDA03A;
}
.TagClassName
{
border-color: #FDA03A;
}
</style>