Shades of Lightning Yellow #FDA42D
Tints of Lightning Yellow #FDA42D
RGB
CMYK
RGB Variations
Color information
#FDA42D (or 0xFDA42D) is known color: Lightning Yellow. HEX triplet: FD, A4 and 2D. RGB value is (253,164,45). Sum of RGB (Red+Green+Blue) = 253+164+45=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA42D is #025BD2. Grayscale: #B1B1B1. Windows color (decimal): -154579 or 2991357. OLE color: 2991357.
HSL color Cylindrical-coordinate representation of color #FDA42D: hue angle of 34.33º 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 #FDA42D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.01 |
| HSL | 34.33º | 0.98% | 0.58% | - |
| HSV(B) | 34.33º | 0.82% | 0.99% | - |
| XYZ | 54.26 | 47.62 | 8.82 | - |
| YUV | 177.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 45 | 0 | 0.35 | 0.82 | 0.01 | 34.33 | 0.98 | 0.58 |
| Hex | FD | A4 | 2D | 0 | 23 | 52 | 1 | 22 | 62 | 3A |
| Octal | 375 | 244 | 55 | 0 | 43 | 122 | 1 | 42 | 142 | 72 |
| Binary | 11111101 | 10100100 | 101101 | 0 | 100011 | 1010010 | 1 | 100010 | 1100010 | 111010 |
Color Harmonies of #FDA42D
Complementary color
Monochromatic Colors of #FDA42D
Black with #FDA42D
Text Example
Text Example
White with #FDA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA42D; }
p { color: rgb(253,164,45); }
H1.HeaderClassName
{
color: #FDA42D;
}
.AnyTagClassName
{
color: #FDA42D;
}
</style>
background-color css
<style>
a { background-color: #FDA42D; }
a { background-color: rgb(253,164,45); }
div.DivClassName
{
background-color: #FDA42D;
}
.BgClassName
{
background-color: #FDA42D;
}
</style>
border-color css
<style>
span { border-color: #FDA42D; }
span { border-color: rgb(253,164,45); }
td.TdClassName
{
border-color: #FDA42D;
}
.TagClassName
{
border-color: #FDA42D;
}
</style>