Shades of Lightning Yellow #FDA53A
Tints of Lightning Yellow #FDA53A
RGB
CMYK
RGB Variations
Color information
#FDA53A (or 0xFDA53A) is known color: Lightning Yellow. HEX triplet: FD, A5 and 3A. RGB value is (253,165,58). Sum of RGB (Red+Green+Blue) = 253+165+58=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA53A is #025AC5. Grayscale: #B3B3B3. Windows color (decimal): -154310 or 3843581. OLE color: 3843581.
HSL color Cylindrical-coordinate representation of color #FDA53A: hue angle of 32.92º 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 #FDA53A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.01 |
| HSL | 32.92º | 0.98% | 0.61% | - |
| HSV(B) | 32.92º | 0.77% | 0.99% | - |
| XYZ | 54.73 | 48.1 | 10.4 | - |
| YUV | 179.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 58 | 0 | 0.35 | 0.77 | 0.01 | 32.92 | 0.98 | 0.61 |
| Hex | FD | A5 | 3A | 0 | 23 | 4D | 1 | 21 | 62 | 3D |
| Octal | 375 | 245 | 72 | 0 | 43 | 115 | 1 | 41 | 142 | 75 |
| Binary | 11111101 | 10100101 | 111010 | 0 | 100011 | 1001101 | 1 | 100001 | 1100010 | 111101 |
Color Harmonies of #FDA53A
Complementary color
Monochromatic Colors of #FDA53A
Black with #FDA53A
Text Example
Text Example
White with #FDA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA53A; }
p { color: rgb(253,165,58); }
H1.HeaderClassName
{
color: #FDA53A;
}
.AnyTagClassName
{
color: #FDA53A;
}
</style>
background-color css
<style>
a { background-color: #FDA53A; }
a { background-color: rgb(253,165,58); }
div.DivClassName
{
background-color: #FDA53A;
}
.BgClassName
{
background-color: #FDA53A;
}
</style>
border-color css
<style>
span { border-color: #FDA53A; }
span { border-color: rgb(253,165,58); }
td.TdClassName
{
border-color: #FDA53A;
}
.TagClassName
{
border-color: #FDA53A;
}
</style>