Shades of Lightning Yellow #FDA02C
Tints of Lightning Yellow #FDA02C
RGB
CMYK
RGB Variations
Color information
#FDA02C (or 0xFDA02C) is known color: Lightning Yellow. HEX triplet: FD, A0 and 2C. RGB value is (253,160,44). Sum of RGB (Red+Green+Blue) = 253+160+44=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA02C is #025FD3. Grayscale: #AFAFAF. Windows color (decimal): -155604 or 2924797. OLE color: 2924797.
HSL color Cylindrical-coordinate representation of color #FDA02C: hue angle of 33.3º 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 #FDA02C is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 44 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.01 |
| HSL | 33.3º | 0.98% | 0.58% | - |
| HSV(B) | 33.3º | 0.83% | 0.99% | - |
| XYZ | 53.53 | 46.21 | 8.48 | - |
| YUV | 174.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 44 | 0 | 0.37 | 0.83 | 0.01 | 33.3 | 0.98 | 0.58 |
| Hex | FD | A0 | 2C | 0 | 25 | 53 | 1 | 21 | 62 | 3A |
| Octal | 375 | 240 | 54 | 0 | 45 | 123 | 1 | 41 | 142 | 72 |
| Binary | 11111101 | 10100000 | 101100 | 0 | 100101 | 1010011 | 1 | 100001 | 1100010 | 111010 |
Color Harmonies of #FDA02C
Complementary color
Monochromatic Colors of #FDA02C
Black with #FDA02C
Text Example
Text Example
White with #FDA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA02C; }
p { color: rgb(253,160,44); }
H1.HeaderClassName
{
color: #FDA02C;
}
.AnyTagClassName
{
color: #FDA02C;
}
</style>
background-color css
<style>
a { background-color: #FDA02C; }
a { background-color: rgb(253,160,44); }
div.DivClassName
{
background-color: #FDA02C;
}
.BgClassName
{
background-color: #FDA02C;
}
</style>
border-color css
<style>
span { border-color: #FDA02C; }
span { border-color: rgb(253,160,44); }
td.TdClassName
{
border-color: #FDA02C;
}
.TagClassName
{
border-color: #FDA02C;
}
</style>