Shades of Lightning Yellow #FDAA2A
Tints of Lightning Yellow #FDAA2A
RGB
CMYK
RGB Variations
Color information
#FDAA2A (or 0xFDAA2A) is known color: Lightning Yellow. HEX triplet: FD, AA and 2A. RGB value is (253,170,42). Sum of RGB (Red+Green+Blue) = 253+170+42=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA2A is #0255D5. Grayscale: #B4B4B4. Windows color (decimal): -153046 or 2796285. OLE color: 2796285.
HSL color Cylindrical-coordinate representation of color #FDAA2A: hue angle of 36.4º 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 #FDAA2A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 42 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.01 |
| HSL | 36.4º | 0.98% | 0.58% | - |
| HSV(B) | 36.4º | 0.83% | 0.99% | - |
| XYZ | 55.3 | 49.8 | 8.89 | - |
| YUV | 180.23 | 50 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 42 | 0 | 0.33 | 0.83 | 0.01 | 36.4 | 0.98 | 0.58 |
| Hex | FD | AA | 2A | 0 | 21 | 53 | 1 | 24 | 62 | 3A |
| Octal | 375 | 252 | 52 | 0 | 41 | 123 | 1 | 44 | 142 | 72 |
| Binary | 11111101 | 10101010 | 101010 | 0 | 100001 | 1010011 | 1 | 100100 | 1100010 | 111010 |
Color Harmonies of #FDAA2A
Complementary color
Monochromatic Colors of #FDAA2A
Black with #FDAA2A
Text Example
Text Example
White with #FDAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA2A; }
p { color: rgb(253,170,42); }
H1.HeaderClassName
{
color: #FDAA2A;
}
.AnyTagClassName
{
color: #FDAA2A;
}
</style>
background-color css
<style>
a { background-color: #FDAA2A; }
a { background-color: rgb(253,170,42); }
div.DivClassName
{
background-color: #FDAA2A;
}
.BgClassName
{
background-color: #FDAA2A;
}
</style>
border-color css
<style>
span { border-color: #FDAA2A; }
span { border-color: rgb(253,170,42); }
td.TdClassName
{
border-color: #FDAA2A;
}
.TagClassName
{
border-color: #FDAA2A;
}
</style>