Shades of Lightning Yellow #FDA43A
Tints of Lightning Yellow #FDA43A
RGB
CMYK
RGB Variations
Color information
#FDA43A (or 0xFDA43A) is known color: Lightning Yellow. HEX triplet: FD, A4 and 3A. RGB value is (253,164,58). Sum of RGB (Red+Green+Blue) = 253+164+58=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA43A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA43A is #025BC5. Grayscale: #B3B3B3. Windows color (decimal): -154566 or 3843325. OLE color: 3843325.
HSL color Cylindrical-coordinate representation of color #FDA43A: hue angle of 32.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA43A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.01 |
| HSL | 32.62º | 0.98% | 0.61% | - |
| HSV(B) | 32.62º | 0.77% | 0.99% | - |
| XYZ | 54.55 | 47.74 | 10.34 | - |
| YUV | 178.53 | 59.99 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 58 | 0 | 0.35 | 0.77 | 0.01 | 32.62 | 0.98 | 0.61 |
| Hex | FD | A4 | 3A | 0 | 23 | 4D | 1 | 21 | 62 | 3D |
| Octal | 375 | 244 | 72 | 0 | 43 | 115 | 1 | 41 | 142 | 75 |
| Binary | 11111101 | 10100100 | 111010 | 0 | 100011 | 1001101 | 1 | 100001 | 1100010 | 111101 |
Color Harmonies of #FDA43A
Complementary color
Monochromatic Colors of #FDA43A
Black with #FDA43A
Text Example
Text Example
White with #FDA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA43A; }
p { color: rgb(253,164,58); }
H1.HeaderClassName
{
color: #FDA43A;
}
.AnyTagClassName
{
color: #FDA43A;
}
</style>
background-color css
<style>
a { background-color: #FDA43A; }
a { background-color: rgb(253,164,58); }
div.DivClassName
{
background-color: #FDA43A;
}
.BgClassName
{
background-color: #FDA43A;
}
</style>
border-color css
<style>
span { border-color: #FDA43A; }
span { border-color: rgb(253,164,58); }
td.TdClassName
{
border-color: #FDA43A;
}
.TagClassName
{
border-color: #FDA43A;
}
</style>