Shades of Lightning Yellow #FDA52D
Tints of Lightning Yellow #FDA52D
RGB
CMYK
RGB Variations
Color information
#FDA52D (or 0xFDA52D) is known color: Lightning Yellow. HEX triplet: FD, A5 and 2D. RGB value is (253,165,45). Sum of RGB (Red+Green+Blue) = 253+165+45=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA52D is #025AD2. Grayscale: #B2B2B2. Windows color (decimal): -154323 or 2991613. OLE color: 2991613.
HSL color Cylindrical-coordinate representation of color #FDA52D: hue angle of 34.62º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDA52D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.01 |
| HSL | 34.62º | 0.98% | 0.58% | - |
| HSV(B) | 34.62º | 0.82% | 0.99% | - |
| XYZ | 54.44 | 47.98 | 8.88 | - |
| YUV | 177.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 45 | 0 | 0.35 | 0.82 | 0.01 | 34.62 | 0.98 | 0.58 |
| Hex | FD | A5 | 2D | 0 | 23 | 52 | 1 | 23 | 62 | 3A |
| Octal | 375 | 245 | 55 | 0 | 43 | 122 | 1 | 43 | 142 | 72 |
| Binary | 11111101 | 10100101 | 101101 | 0 | 100011 | 1010010 | 1 | 100011 | 1100010 | 111010 |
Color Harmonies of #FDA52D
Complementary color
Monochromatic Colors of #FDA52D
Black with #FDA52D
Text Example
Text Example
White with #FDA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA52D; }
p { color: rgb(253,165,45); }
H1.HeaderClassName
{
color: #FDA52D;
}
.AnyTagClassName
{
color: #FDA52D;
}
</style>
background-color css
<style>
a { background-color: #FDA52D; }
a { background-color: rgb(253,165,45); }
div.DivClassName
{
background-color: #FDA52D;
}
.BgClassName
{
background-color: #FDA52D;
}
</style>
border-color css
<style>
span { border-color: #FDA52D; }
span { border-color: rgb(253,165,45); }
td.TdClassName
{
border-color: #FDA52D;
}
.TagClassName
{
border-color: #FDA52D;
}
</style>