Shades of Lightning Yellow #FDA82E
Tints of Lightning Yellow #FDA82E
RGB
CMYK
RGB Variations
Color information
#FDA82E (or 0xFDA82E) is known color: Lightning Yellow. HEX triplet: FD, A8 and 2E. RGB value is (253,168,46). Sum of RGB (Red+Green+Blue) = 253+168+46=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA82E is #0257D1. Grayscale: #B4B4B4. Windows color (decimal): -153554 or 3057917. OLE color: 3057917.
HSL color Cylindrical-coordinate representation of color #FDA82E: hue angle of 35.36º 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 #FDA82E is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 46 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.01 |
| HSL | 35.36º | 0.98% | 0.59% | - |
| HSV(B) | 35.36º | 0.82% | 0.99% | - |
| XYZ | 55 | 49.09 | 9.16 | - |
| YUV | 179.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 46 | 0 | 0.34 | 0.82 | 0.01 | 35.36 | 0.98 | 0.59 |
| Hex | FD | A8 | 2E | 0 | 22 | 52 | 1 | 23 | 62 | 3B |
| Octal | 375 | 250 | 56 | 0 | 42 | 122 | 1 | 43 | 142 | 73 |
| Binary | 11111101 | 10101000 | 101110 | 0 | 100010 | 1010010 | 1 | 100011 | 1100010 | 111011 |
Color Harmonies of #FDA82E
Complementary color
Monochromatic Colors of #FDA82E
Black with #FDA82E
Text Example
Text Example
White with #FDA82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA82E; }
p { color: rgb(253,168,46); }
H1.HeaderClassName
{
color: #FDA82E;
}
.AnyTagClassName
{
color: #FDA82E;
}
</style>
background-color css
<style>
a { background-color: #FDA82E; }
a { background-color: rgb(253,168,46); }
div.DivClassName
{
background-color: #FDA82E;
}
.BgClassName
{
background-color: #FDA82E;
}
</style>
border-color css
<style>
span { border-color: #FDA82E; }
span { border-color: rgb(253,168,46); }
td.TdClassName
{
border-color: #FDA82E;
}
.TagClassName
{
border-color: #FDA82E;
}
</style>