Shades of Lightning Yellow #FDA825
Tints of Lightning Yellow #FDA825
RGB
CMYK
RGB Variations
Color information
#FDA825 (or 0xFDA825) is known color: Lightning Yellow. HEX triplet: FD, A8 and 25. RGB value is (253,168,37). Sum of RGB (Red+Green+Blue) = 253+168+37=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA825 is #0257DA. Grayscale: #B3B3B3. Windows color (decimal): -153563 or 2468093. OLE color: 2468093.
HSL color Cylindrical-coordinate representation of color #FDA825: hue angle of 36.39º 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 #FDA825 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 37 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.01 |
| HSL | 36.39º | 0.98% | 0.57% | - |
| HSV(B) | 36.39º | 0.85% | 0.99% | - |
| XYZ | 54.84 | 49.02 | 8.32 | - |
| YUV | 178.48 | 48.16 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 37 | 0 | 0.34 | 0.85 | 0.01 | 36.39 | 0.98 | 0.57 |
| Hex | FD | A8 | 25 | 0 | 22 | 55 | 1 | 24 | 62 | 39 |
| Octal | 375 | 250 | 45 | 0 | 42 | 125 | 1 | 44 | 142 | 71 |
| Binary | 11111101 | 10101000 | 100101 | 0 | 100010 | 1010101 | 1 | 100100 | 1100010 | 111001 |
Color Harmonies of #FDA825
Complementary color
Monochromatic Colors of #FDA825
Black with #FDA825
Text Example
Text Example
White with #FDA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA825; }
p { color: rgb(253,168,37); }
H1.HeaderClassName
{
color: #FDA825;
}
.AnyTagClassName
{
color: #FDA825;
}
</style>
background-color css
<style>
a { background-color: #FDA825; }
a { background-color: rgb(253,168,37); }
div.DivClassName
{
background-color: #FDA825;
}
.BgClassName
{
background-color: #FDA825;
}
</style>
border-color css
<style>
span { border-color: #FDA825; }
span { border-color: rgb(253,168,37); }
td.TdClassName
{
border-color: #FDA825;
}
.TagClassName
{
border-color: #FDA825;
}
</style>