Shades of Lightning Yellow #FDA62C
Tints of Lightning Yellow #FDA62C
RGB
CMYK
RGB Variations
Color information
#FDA62C (or 0xFDA62C) is known color: Lightning Yellow. HEX triplet: FD, A6 and 2C. RGB value is (253,166,44). Sum of RGB (Red+Green+Blue) = 253+166+44=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA62C is #0259D3. Grayscale: #B2B2B2. Windows color (decimal): -154068 or 2926333. OLE color: 2926333.
HSL color Cylindrical-coordinate representation of color #FDA62C: hue angle of 35.02º 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 #FDA62C is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 44 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.01 |
| HSL | 35.02º | 0.98% | 0.58% | - |
| HSV(B) | 35.02º | 0.83% | 0.99% | - |
| XYZ | 54.6 | 48.34 | 8.84 | - |
| YUV | 178.11 | 52.32 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 44 | 0 | 0.34 | 0.83 | 0.01 | 35.02 | 0.98 | 0.58 |
| Hex | FD | A6 | 2C | 0 | 22 | 53 | 1 | 23 | 62 | 3A |
| Octal | 375 | 246 | 54 | 0 | 42 | 123 | 1 | 43 | 142 | 72 |
| Binary | 11111101 | 10100110 | 101100 | 0 | 100010 | 1010011 | 1 | 100011 | 1100010 | 111010 |
Color Harmonies of #FDA62C
Complementary color
Monochromatic Colors of #FDA62C
Black with #FDA62C
Text Example
Text Example
White with #FDA62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA62C; }
p { color: rgb(253,166,44); }
H1.HeaderClassName
{
color: #FDA62C;
}
.AnyTagClassName
{
color: #FDA62C;
}
</style>
background-color css
<style>
a { background-color: #FDA62C; }
a { background-color: rgb(253,166,44); }
div.DivClassName
{
background-color: #FDA62C;
}
.BgClassName
{
background-color: #FDA62C;
}
</style>
border-color css
<style>
span { border-color: #FDA62C; }
span { border-color: rgb(253,166,44); }
td.TdClassName
{
border-color: #FDA62C;
}
.TagClassName
{
border-color: #FDA62C;
}
</style>