Shades of Lightning Yellow #FDA42B
Tints of Lightning Yellow #FDA42B
RGB
CMYK
RGB Variations
Color information
#FDA42B (or 0xFDA42B) is known color: Lightning Yellow. HEX triplet: FD, A4 and 2B. RGB value is (253,164,43). Sum of RGB (Red+Green+Blue) = 253+164+43=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA42B is #025BD4. Grayscale: #B1B1B1. Windows color (decimal): -154581 or 2860285. OLE color: 2860285.
HSL color Cylindrical-coordinate representation of color #FDA42B: hue angle of 34.57º 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 #FDA42B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 43 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.01 |
| HSL | 34.57º | 0.98% | 0.58% | - |
| HSV(B) | 34.57º | 0.83% | 0.99% | - |
| XYZ | 54.22 | 47.61 | 8.62 | - |
| YUV | 176.82 | 52.49 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 43 | 0 | 0.35 | 0.83 | 0.01 | 34.57 | 0.98 | 0.58 |
| Hex | FD | A4 | 2B | 0 | 23 | 53 | 1 | 23 | 62 | 3A |
| Octal | 375 | 244 | 53 | 0 | 43 | 123 | 1 | 43 | 142 | 72 |
| Binary | 11111101 | 10100100 | 101011 | 0 | 100011 | 1010011 | 1 | 100011 | 1100010 | 111010 |
Color Harmonies of #FDA42B
Complementary color
Monochromatic Colors of #FDA42B
Black with #FDA42B
Text Example
Text Example
White with #FDA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA42B; }
p { color: rgb(253,164,43); }
H1.HeaderClassName
{
color: #FDA42B;
}
.AnyTagClassName
{
color: #FDA42B;
}
</style>
background-color css
<style>
a { background-color: #FDA42B; }
a { background-color: rgb(253,164,43); }
div.DivClassName
{
background-color: #FDA42B;
}
.BgClassName
{
background-color: #FDA42B;
}
</style>
border-color css
<style>
span { border-color: #FDA42B; }
span { border-color: rgb(253,164,43); }
td.TdClassName
{
border-color: #FDA42B;
}
.TagClassName
{
border-color: #FDA42B;
}
</style>