Shades of Lightning Yellow #FDA32F
Tints of Lightning Yellow #FDA32F
RGB
CMYK
RGB Variations
Color information
#FDA32F (or 0xFDA32F) is known color: Lightning Yellow. HEX triplet: FD, A3 and 2F. RGB value is (253,163,47). Sum of RGB (Red+Green+Blue) = 253+163+47=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA32F is #025CD0. Grayscale: #B1B1B1. Windows color (decimal): -154833 or 3122173. OLE color: 3122173.
HSL color Cylindrical-coordinate representation of color #FDA32F: hue angle of 33.79º 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 #FDA32F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 47 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.01 |
| HSL | 33.79º | 0.98% | 0.59% | - |
| HSV(B) | 33.79º | 0.81% | 0.99% | - |
| XYZ | 54.12 | 47.28 | 8.96 | - |
| YUV | 176.69 | 54.82 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 47 | 0 | 0.36 | 0.81 | 0.01 | 33.79 | 0.98 | 0.59 |
| Hex | FD | A3 | 2F | 0 | 24 | 51 | 1 | 22 | 62 | 3B |
| Octal | 375 | 243 | 57 | 0 | 44 | 121 | 1 | 42 | 142 | 73 |
| Binary | 11111101 | 10100011 | 101111 | 0 | 100100 | 1010001 | 1 | 100010 | 1100010 | 111011 |
Color Harmonies of #FDA32F
Complementary color
Monochromatic Colors of #FDA32F
Black with #FDA32F
Text Example
Text Example
White with #FDA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA32F; }
p { color: rgb(253,163,47); }
H1.HeaderClassName
{
color: #FDA32F;
}
.AnyTagClassName
{
color: #FDA32F;
}
</style>
background-color css
<style>
a { background-color: #FDA32F; }
a { background-color: rgb(253,163,47); }
div.DivClassName
{
background-color: #FDA32F;
}
.BgClassName
{
background-color: #FDA32F;
}
</style>
border-color css
<style>
span { border-color: #FDA32F; }
span { border-color: rgb(253,163,47); }
td.TdClassName
{
border-color: #FDA32F;
}
.TagClassName
{
border-color: #FDA32F;
}
</style>