Shades of Lightning Yellow #FDA82A
Tints of Lightning Yellow #FDA82A
RGB
CMYK
RGB Variations
Color information
#FDA82A (or 0xFDA82A) is known color: Lightning Yellow. HEX triplet: FD, A8 and 2A. RGB value is (253,168,42). Sum of RGB (Red+Green+Blue) = 253+168+42=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA82A is #0257D5. Grayscale: #B3B3B3. Windows color (decimal): -153558 or 2795773. OLE color: 2795773.
HSL color Cylindrical-coordinate representation of color #FDA82A: hue angle of 35.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDA82A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 42 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.01 |
| HSL | 35.83º | 0.98% | 0.58% | - |
| HSV(B) | 35.83º | 0.83% | 0.99% | - |
| XYZ | 54.93 | 49.06 | 8.76 | - |
| YUV | 179.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 42 | 0 | 0.34 | 0.83 | 0.01 | 35.83 | 0.98 | 0.58 |
| Hex | FD | A8 | 2A | 0 | 22 | 53 | 1 | 24 | 62 | 3A |
| Octal | 375 | 250 | 52 | 0 | 42 | 123 | 1 | 44 | 142 | 72 |
| Binary | 11111101 | 10101000 | 101010 | 0 | 100010 | 1010011 | 1 | 100100 | 1100010 | 111010 |
Color Harmonies of #FDA82A
Complementary color
Monochromatic Colors of #FDA82A
Black with #FDA82A
Text Example
Text Example
White with #FDA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA82A; }
p { color: rgb(253,168,42); }
H1.HeaderClassName
{
color: #FDA82A;
}
.AnyTagClassName
{
color: #FDA82A;
}
</style>
background-color css
<style>
a { background-color: #FDA82A; }
a { background-color: rgb(253,168,42); }
div.DivClassName
{
background-color: #FDA82A;
}
.BgClassName
{
background-color: #FDA82A;
}
</style>
border-color css
<style>
span { border-color: #FDA82A; }
span { border-color: rgb(253,168,42); }
td.TdClassName
{
border-color: #FDA82A;
}
.TagClassName
{
border-color: #FDA82A;
}
</style>