Shades of Lightning Yellow #FDA431
Tints of Lightning Yellow #FDA431
RGB
CMYK
RGB Variations
Color information
#FDA431 (or 0xFDA431) is known color: Lightning Yellow. HEX triplet: FD, A4 and 31. RGB value is (253,164,49). Sum of RGB (Red+Green+Blue) = 253+164+49=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA431 is #025BCE. Grayscale: #B2B2B2. Windows color (decimal): -154575 or 3253501. OLE color: 3253501.
HSL color Cylindrical-coordinate representation of color #FDA431: hue angle of 33.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDA431 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 49 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.01 |
| HSL | 33.82º | 0.98% | 0.59% | - |
| HSV(B) | 33.82º | 0.81% | 0.99% | - |
| XYZ | 54.34 | 47.66 | 9.24 | - |
| YUV | 177.5 | 55.49 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 49 | 0 | 0.35 | 0.81 | 0.01 | 33.82 | 0.98 | 0.59 |
| Hex | FD | A4 | 31 | 0 | 23 | 51 | 1 | 22 | 62 | 3B |
| Octal | 375 | 244 | 61 | 0 | 43 | 121 | 1 | 42 | 142 | 73 |
| Binary | 11111101 | 10100100 | 110001 | 0 | 100011 | 1010001 | 1 | 100010 | 1100010 | 111011 |
Color Harmonies of #FDA431
Complementary color
Monochromatic Colors of #FDA431
Black with #FDA431
Text Example
Text Example
White with #FDA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA431; }
p { color: rgb(253,164,49); }
H1.HeaderClassName
{
color: #FDA431;
}
.AnyTagClassName
{
color: #FDA431;
}
</style>
background-color css
<style>
a { background-color: #FDA431; }
a { background-color: rgb(253,164,49); }
div.DivClassName
{
background-color: #FDA431;
}
.BgClassName
{
background-color: #FDA431;
}
</style>
border-color css
<style>
span { border-color: #FDA431; }
span { border-color: rgb(253,164,49); }
td.TdClassName
{
border-color: #FDA431;
}
.TagClassName
{
border-color: #FDA431;
}
</style>