Shades of Lightning Yellow #FDA82F
Tints of Lightning Yellow #FDA82F
RGB
CMYK
RGB Variations
Color information
#FDA82F (or 0xFDA82F) is known color: Lightning Yellow. HEX triplet: FD, A8 and 2F. RGB value is (253,168,47). Sum of RGB (Red+Green+Blue) = 253+168+47=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA82F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA82F is #0257D0. Grayscale: #B4B4B4. Windows color (decimal): -153553 or 3123453. OLE color: 3123453.
HSL color Cylindrical-coordinate representation of color #FDA82F: hue angle of 35.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDA82F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 47 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.01 |
| HSL | 35.24º | 0.98% | 0.59% | - |
| HSV(B) | 35.24º | 0.81% | 0.99% | - |
| XYZ | 55.02 | 49.09 | 9.27 | - |
| YUV | 179.62 | 53.16 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 47 | 0 | 0.34 | 0.81 | 0.01 | 35.24 | 0.98 | 0.59 |
| Hex | FD | A8 | 2F | 0 | 22 | 51 | 1 | 23 | 62 | 3B |
| Octal | 375 | 250 | 57 | 0 | 42 | 121 | 1 | 43 | 142 | 73 |
| Binary | 11111101 | 10101000 | 101111 | 0 | 100010 | 1010001 | 1 | 100011 | 1100010 | 111011 |
Color Harmonies of #FDA82F
Complementary color
Monochromatic Colors of #FDA82F
Black with #FDA82F
Text Example
Text Example
White with #FDA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA82F; }
p { color: rgb(253,168,47); }
H1.HeaderClassName
{
color: #FDA82F;
}
.AnyTagClassName
{
color: #FDA82F;
}
</style>
background-color css
<style>
a { background-color: #FDA82F; }
a { background-color: rgb(253,168,47); }
div.DivClassName
{
background-color: #FDA82F;
}
.BgClassName
{
background-color: #FDA82F;
}
</style>
border-color css
<style>
span { border-color: #FDA82F; }
span { border-color: rgb(253,168,47); }
td.TdClassName
{
border-color: #FDA82F;
}
.TagClassName
{
border-color: #FDA82F;
}
</style>