Shades of Lightning Yellow #FDA034
Tints of Lightning Yellow #FDA034
RGB
CMYK
RGB Variations
Color information
#FDA034 (or 0xFDA034) is known color: Lightning Yellow. HEX triplet: FD, A0 and 34. RGB value is (253,160,52). Sum of RGB (Red+Green+Blue) = 253+160+52=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA034 is #025FCB. Grayscale: #B0B0B0. Windows color (decimal): -155596 or 3449085. OLE color: 3449085.
HSL color Cylindrical-coordinate representation of color #FDA034: hue angle of 32.24º 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 #FDA034 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 52 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.01 |
| HSL | 32.24º | 0.98% | 0.6% | - |
| HSV(B) | 32.24º | 0.79% | 0.99% | - |
| XYZ | 53.7 | 46.27 | 9.35 | - |
| YUV | 175.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 52 | 0 | 0.37 | 0.79 | 0.01 | 32.24 | 0.98 | 0.6 |
| Hex | FD | A0 | 34 | 0 | 25 | 4F | 1 | 20 | 62 | 3C |
| Octal | 375 | 240 | 64 | 0 | 45 | 117 | 1 | 40 | 142 | 74 |
| Binary | 11111101 | 10100000 | 110100 | 0 | 100101 | 1001111 | 1 | 100000 | 1100010 | 111100 |
Color Harmonies of #FDA034
Complementary color
Monochromatic Colors of #FDA034
Black with #FDA034
Text Example
Text Example
White with #FDA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA034; }
p { color: rgb(253,160,52); }
H1.HeaderClassName
{
color: #FDA034;
}
.AnyTagClassName
{
color: #FDA034;
}
</style>
background-color css
<style>
a { background-color: #FDA034; }
a { background-color: rgb(253,160,52); }
div.DivClassName
{
background-color: #FDA034;
}
.BgClassName
{
background-color: #FDA034;
}
</style>
border-color css
<style>
span { border-color: #FDA034; }
span { border-color: rgb(253,160,52); }
td.TdClassName
{
border-color: #FDA034;
}
.TagClassName
{
border-color: #FDA034;
}
</style>