Shades of Lightning Yellow #FDA926
Tints of Lightning Yellow #FDA926
RGB
CMYK
RGB Variations
Color information
#FDA926 (or 0xFDA926) is known color: Lightning Yellow. HEX triplet: FD, A9 and 26. RGB value is (253,169,38). Sum of RGB (Red+Green+Blue) = 253+169+38=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA926 is #0256D9. Grayscale: #B3B3B3. Windows color (decimal): -153306 or 2533885. OLE color: 2533885.
HSL color Cylindrical-coordinate representation of color #FDA926: hue angle of 36.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDA926 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 38 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.01 |
| HSL | 36.56º | 0.98% | 0.57% | - |
| HSV(B) | 36.56º | 0.85% | 0.99% | - |
| XYZ | 55.05 | 49.4 | 8.47 | - |
| YUV | 179.18 | 48.33 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 38 | 0 | 0.33 | 0.85 | 0.01 | 36.56 | 0.98 | 0.57 |
| Hex | FD | A9 | 26 | 0 | 21 | 55 | 1 | 25 | 62 | 39 |
| Octal | 375 | 251 | 46 | 0 | 41 | 125 | 1 | 45 | 142 | 71 |
| Binary | 11111101 | 10101001 | 100110 | 0 | 100001 | 1010101 | 1 | 100101 | 1100010 | 111001 |
Color Harmonies of #FDA926
Complementary color
Monochromatic Colors of #FDA926
Black with #FDA926
Text Example
Text Example
White with #FDA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA926; }
p { color: rgb(253,169,38); }
H1.HeaderClassName
{
color: #FDA926;
}
.AnyTagClassName
{
color: #FDA926;
}
</style>
background-color css
<style>
a { background-color: #FDA926; }
a { background-color: rgb(253,169,38); }
div.DivClassName
{
background-color: #FDA926;
}
.BgClassName
{
background-color: #FDA926;
}
</style>
border-color css
<style>
span { border-color: #FDA926; }
span { border-color: rgb(253,169,38); }
td.TdClassName
{
border-color: #FDA926;
}
.TagClassName
{
border-color: #FDA926;
}
</style>