Shades of Lightning Yellow #FDA927
Tints of Lightning Yellow #FDA927
RGB
CMYK
RGB Variations
Color information
#FDA927 (or 0xFDA927) is known color: Lightning Yellow. HEX triplet: FD, A9 and 27. RGB value is (253,169,39). Sum of RGB (Red+Green+Blue) = 253+169+39=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA927 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA927 is #0256D8. Grayscale: #B3B3B3. Windows color (decimal): -153305 or 2599421. OLE color: 2599421.
HSL color Cylindrical-coordinate representation of color #FDA927: hue angle of 36.45º 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 #FDA927 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 39 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.01 |
| HSL | 36.45º | 0.98% | 0.57% | - |
| HSV(B) | 36.45º | 0.85% | 0.99% | - |
| XYZ | 55.06 | 49.41 | 8.55 | - |
| YUV | 179.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 39 | 0 | 0.33 | 0.85 | 0.01 | 36.45 | 0.98 | 0.57 |
| Hex | FD | A9 | 27 | 0 | 21 | 55 | 1 | 24 | 62 | 39 |
| Octal | 375 | 251 | 47 | 0 | 41 | 125 | 1 | 44 | 142 | 71 |
| Binary | 11111101 | 10101001 | 100111 | 0 | 100001 | 1010101 | 1 | 100100 | 1100010 | 111001 |
Color Harmonies of #FDA927
Complementary color
Monochromatic Colors of #FDA927
Black with #FDA927
Text Example
Text Example
White with #FDA927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA927; }
p { color: rgb(253,169,39); }
H1.HeaderClassName
{
color: #FDA927;
}
.AnyTagClassName
{
color: #FDA927;
}
</style>
background-color css
<style>
a { background-color: #FDA927; }
a { background-color: rgb(253,169,39); }
div.DivClassName
{
background-color: #FDA927;
}
.BgClassName
{
background-color: #FDA927;
}
</style>
border-color css
<style>
span { border-color: #FDA927; }
span { border-color: rgb(253,169,39); }
td.TdClassName
{
border-color: #FDA927;
}
.TagClassName
{
border-color: #FDA927;
}
</style>