Shades of Lightning Yellow #FDA036
Tints of Lightning Yellow #FDA036
RGB
CMYK
RGB Variations
Color information
#FDA036 (or 0xFDA036) is known color: Lightning Yellow. HEX triplet: FD, A0 and 36. RGB value is (253,160,54). Sum of RGB (Red+Green+Blue) = 253+160+54=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA036 is #025FC9. Grayscale: #B0B0B0. Windows color (decimal): -155594 or 3580157. OLE color: 3580157.
HSL color Cylindrical-coordinate representation of color #FDA036: hue angle of 31.96º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDA036 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 54 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.01 |
| HSL | 31.96º | 0.98% | 0.6% | - |
| HSV(B) | 31.96º | 0.79% | 0.99% | - |
| XYZ | 53.74 | 46.29 | 9.59 | - |
| YUV | 175.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 54 | 0 | 0.37 | 0.79 | 0.01 | 31.96 | 0.98 | 0.6 |
| Hex | FD | A0 | 36 | 0 | 25 | 4F | 1 | 20 | 62 | 3C |
| Octal | 375 | 240 | 66 | 0 | 45 | 117 | 1 | 40 | 142 | 74 |
| Binary | 11111101 | 10100000 | 110110 | 0 | 100101 | 1001111 | 1 | 100000 | 1100010 | 111100 |
Color Harmonies of #FDA036
Complementary color
Monochromatic Colors of #FDA036
Black with #FDA036
Text Example
Text Example
White with #FDA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA036; }
p { color: rgb(253,160,54); }
H1.HeaderClassName
{
color: #FDA036;
}
.AnyTagClassName
{
color: #FDA036;
}
</style>
background-color css
<style>
a { background-color: #FDA036; }
a { background-color: rgb(253,160,54); }
div.DivClassName
{
background-color: #FDA036;
}
.BgClassName
{
background-color: #FDA036;
}
</style>
border-color css
<style>
span { border-color: #FDA036; }
span { border-color: rgb(253,160,54); }
td.TdClassName
{
border-color: #FDA036;
}
.TagClassName
{
border-color: #FDA036;
}
</style>