Shades of Lightning Yellow #FDA330
Tints of Lightning Yellow #FDA330
RGB
CMYK
RGB Variations
Color information
#FDA330 (or 0xFDA330) is known color: Lightning Yellow. HEX triplet: FD, A3 and 30. RGB value is (253,163,48). Sum of RGB (Red+Green+Blue) = 253+163+48=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA330 is #025CCF. Grayscale: #B1B1B1. Windows color (decimal): -154832 or 3187709. OLE color: 3187709.
HSL color Cylindrical-coordinate representation of color #FDA330: hue angle of 33.66º 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 #FDA330 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 48 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.01 |
| HSL | 33.66º | 0.98% | 0.59% | - |
| HSV(B) | 33.66º | 0.81% | 0.99% | - |
| XYZ | 54.14 | 47.29 | 9.07 | - |
| YUV | 176.8 | 55.32 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 48 | 0 | 0.36 | 0.81 | 0.01 | 33.66 | 0.98 | 0.59 |
| Hex | FD | A3 | 30 | 0 | 24 | 51 | 1 | 22 | 62 | 3B |
| Octal | 375 | 243 | 60 | 0 | 44 | 121 | 1 | 42 | 142 | 73 |
| Binary | 11111101 | 10100011 | 110000 | 0 | 100100 | 1010001 | 1 | 100010 | 1100010 | 111011 |
Color Harmonies of #FDA330
Complementary color
Monochromatic Colors of #FDA330
Black with #FDA330
Text Example
Text Example
White with #FDA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA330; }
p { color: rgb(253,163,48); }
H1.HeaderClassName
{
color: #FDA330;
}
.AnyTagClassName
{
color: #FDA330;
}
</style>
background-color css
<style>
a { background-color: #FDA330; }
a { background-color: rgb(253,163,48); }
div.DivClassName
{
background-color: #FDA330;
}
.BgClassName
{
background-color: #FDA330;
}
</style>
border-color css
<style>
span { border-color: #FDA330; }
span { border-color: rgb(253,163,48); }
td.TdClassName
{
border-color: #FDA330;
}
.TagClassName
{
border-color: #FDA330;
}
</style>