Shades of Lightning Yellow #FDA52F
Tints of Lightning Yellow #FDA52F
RGB
CMYK
RGB Variations
Color information
#FDA52F (or 0xFDA52F) is known color: Lightning Yellow. HEX triplet: FD, A5 and 2F. RGB value is (253,165,47). Sum of RGB (Red+Green+Blue) = 253+165+47=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA52F is #025AD0. Grayscale: #B2B2B2. Windows color (decimal): -154321 or 3122685. OLE color: 3122685.
HSL color Cylindrical-coordinate representation of color #FDA52F: hue angle of 34.37º 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 #FDA52F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 47 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.01 |
| HSL | 34.37º | 0.98% | 0.59% | - |
| HSV(B) | 34.37º | 0.81% | 0.99% | - |
| XYZ | 54.48 | 48 | 9.08 | - |
| YUV | 177.86 | 54.15 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 47 | 0 | 0.35 | 0.81 | 0.01 | 34.37 | 0.98 | 0.59 |
| Hex | FD | A5 | 2F | 0 | 23 | 51 | 1 | 22 | 62 | 3B |
| Octal | 375 | 245 | 57 | 0 | 43 | 121 | 1 | 42 | 142 | 73 |
| Binary | 11111101 | 10100101 | 101111 | 0 | 100011 | 1010001 | 1 | 100010 | 1100010 | 111011 |
Color Harmonies of #FDA52F
Complementary color
Monochromatic Colors of #FDA52F
Black with #FDA52F
Text Example
Text Example
White with #FDA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA52F; }
p { color: rgb(253,165,47); }
H1.HeaderClassName
{
color: #FDA52F;
}
.AnyTagClassName
{
color: #FDA52F;
}
</style>
background-color css
<style>
a { background-color: #FDA52F; }
a { background-color: rgb(253,165,47); }
div.DivClassName
{
background-color: #FDA52F;
}
.BgClassName
{
background-color: #FDA52F;
}
</style>
border-color css
<style>
span { border-color: #FDA52F; }
span { border-color: rgb(253,165,47); }
td.TdClassName
{
border-color: #FDA52F;
}
.TagClassName
{
border-color: #FDA52F;
}
</style>