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