Shades of Lightning Yellow #FDA42A
Tints of Lightning Yellow #FDA42A
RGB
CMYK
RGB Variations
Color information
#FDA42A (or 0xFDA42A) is known color: Lightning Yellow. HEX triplet: FD, A4 and 2A. RGB value is (253,164,42). Sum of RGB (Red+Green+Blue) = 253+164+42=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA42A is #025BD5. Grayscale: #B1B1B1. Windows color (decimal): -154582 or 2794749. OLE color: 2794749.
HSL color Cylindrical-coordinate representation of color #FDA42A: hue angle of 34.69º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDA42A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 42 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.01 |
| HSL | 34.69º | 0.98% | 0.58% | - |
| HSV(B) | 34.69º | 0.83% | 0.99% | - |
| XYZ | 54.2 | 47.6 | 8.52 | - |
| YUV | 176.7 | 51.99 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 42 | 0 | 0.35 | 0.83 | 0.01 | 34.69 | 0.98 | 0.58 |
| Hex | FD | A4 | 2A | 0 | 23 | 53 | 1 | 23 | 62 | 3A |
| Octal | 375 | 244 | 52 | 0 | 43 | 123 | 1 | 43 | 142 | 72 |
| Binary | 11111101 | 10100100 | 101010 | 0 | 100011 | 1010011 | 1 | 100011 | 1100010 | 111010 |
Color Harmonies of #FDA42A
Complementary color
Monochromatic Colors of #FDA42A
Black with #FDA42A
Text Example
Text Example
White with #FDA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA42A; }
p { color: rgb(253,164,42); }
H1.HeaderClassName
{
color: #FDA42A;
}
.AnyTagClassName
{
color: #FDA42A;
}
</style>
background-color css
<style>
a { background-color: #FDA42A; }
a { background-color: rgb(253,164,42); }
div.DivClassName
{
background-color: #FDA42A;
}
.BgClassName
{
background-color: #FDA42A;
}
</style>
border-color css
<style>
span { border-color: #FDA42A; }
span { border-color: rgb(253,164,42); }
td.TdClassName
{
border-color: #FDA42A;
}
.TagClassName
{
border-color: #FDA42A;
}
</style>