Shades of Lightning Yellow #FDA43C
Tints of Lightning Yellow #FDA43C
RGB
CMYK
RGB Variations
Color information
#FDA43C (or 0xFDA43C) is known color: Lightning Yellow. HEX triplet: FD, A4 and 3C. RGB value is (253,164,60). Sum of RGB (Red+Green+Blue) = 253+164+60=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA43C is #025BC3. Grayscale: #B3B3B3. Windows color (decimal): -154564 or 3974397. OLE color: 3974397.
HSL color Cylindrical-coordinate representation of color #FDA43C: hue angle of 32.33º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDA43C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.01 |
| HSL | 32.33º | 0.98% | 0.61% | - |
| HSV(B) | 32.33º | 0.76% | 0.99% | - |
| XYZ | 54.6 | 47.76 | 10.62 | - |
| YUV | 178.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 60 | 0 | 0.35 | 0.76 | 0.01 | 32.33 | 0.98 | 0.61 |
| Hex | FD | A4 | 3C | 0 | 23 | 4C | 1 | 20 | 62 | 3D |
| Octal | 375 | 244 | 74 | 0 | 43 | 114 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100100 | 111100 | 0 | 100011 | 1001100 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA43C
Complementary color
Monochromatic Colors of #FDA43C
Black with #FDA43C
Text Example
Text Example
White with #FDA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA43C; }
p { color: rgb(253,164,60); }
H1.HeaderClassName
{
color: #FDA43C;
}
.AnyTagClassName
{
color: #FDA43C;
}
</style>
background-color css
<style>
a { background-color: #FDA43C; }
a { background-color: rgb(253,164,60); }
div.DivClassName
{
background-color: #FDA43C;
}
.BgClassName
{
background-color: #FDA43C;
}
</style>
border-color css
<style>
span { border-color: #FDA43C; }
span { border-color: rgb(253,164,60); }
td.TdClassName
{
border-color: #FDA43C;
}
.TagClassName
{
border-color: #FDA43C;
}
</style>