Shades of Lightning Yellow #FDA32C
Tints of Lightning Yellow #FDA32C
RGB
CMYK
RGB Variations
Color information
#FDA32C (or 0xFDA32C) is known color: Lightning Yellow. HEX triplet: FD, A3 and 2C. RGB value is (253,163,44). Sum of RGB (Red+Green+Blue) = 253+163+44=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA32C is #025CD3. Grayscale: #B0B0B0. Windows color (decimal): -154836 or 2925565. OLE color: 2925565.
HSL color Cylindrical-coordinate representation of color #FDA32C: hue angle of 34.16º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDA32C is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 44 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.01 |
| HSL | 34.16º | 0.98% | 0.58% | - |
| HSV(B) | 34.16º | 0.83% | 0.99% | - |
| XYZ | 54.06 | 47.26 | 8.66 | - |
| YUV | 176.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 44 | 0 | 0.36 | 0.83 | 0.01 | 34.16 | 0.98 | 0.58 |
| Hex | FD | A3 | 2C | 0 | 24 | 53 | 1 | 22 | 62 | 3A |
| Octal | 375 | 243 | 54 | 0 | 44 | 123 | 1 | 42 | 142 | 72 |
| Binary | 11111101 | 10100011 | 101100 | 0 | 100100 | 1010011 | 1 | 100010 | 1100010 | 111010 |
Color Harmonies of #FDA32C
Complementary color
Monochromatic Colors of #FDA32C
Black with #FDA32C
Text Example
Text Example
White with #FDA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA32C; }
p { color: rgb(253,163,44); }
H1.HeaderClassName
{
color: #FDA32C;
}
.AnyTagClassName
{
color: #FDA32C;
}
</style>
background-color css
<style>
a { background-color: #FDA32C; }
a { background-color: rgb(253,163,44); }
div.DivClassName
{
background-color: #FDA32C;
}
.BgClassName
{
background-color: #FDA32C;
}
</style>
border-color css
<style>
span { border-color: #FDA32C; }
span { border-color: rgb(253,163,44); }
td.TdClassName
{
border-color: #FDA32C;
}
.TagClassName
{
border-color: #FDA32C;
}
</style>