Shades of Lightning Yellow #FDAA27
Tints of Lightning Yellow #FDAA27
RGB
CMYK
RGB Variations
Color information
#FDAA27 (or 0xFDAA27) is known color: Lightning Yellow. HEX triplet: FD, AA and 27. RGB value is (253,170,39). Sum of RGB (Red+Green+Blue) = 253+170+39=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA27 is #0255D8. Grayscale: #B4B4B4. Windows color (decimal): -153049 or 2599677. OLE color: 2599677.
HSL color Cylindrical-coordinate representation of color #FDAA27: hue angle of 36.73º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDAA27 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 39 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.01 |
| HSL | 36.73º | 0.98% | 0.57% | - |
| HSV(B) | 36.73º | 0.85% | 0.99% | - |
| XYZ | 55.25 | 49.78 | 8.62 | - |
| YUV | 179.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 39 | 0 | 0.33 | 0.85 | 0.01 | 36.73 | 0.98 | 0.57 |
| Hex | FD | AA | 27 | 0 | 21 | 55 | 1 | 25 | 62 | 39 |
| Octal | 375 | 252 | 47 | 0 | 41 | 125 | 1 | 45 | 142 | 71 |
| Binary | 11111101 | 10101010 | 100111 | 0 | 100001 | 1010101 | 1 | 100101 | 1100010 | 111001 |
Color Harmonies of #FDAA27
Complementary color
Monochromatic Colors of #FDAA27
Black with #FDAA27
Text Example
Text Example
White with #FDAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA27; }
p { color: rgb(253,170,39); }
H1.HeaderClassName
{
color: #FDAA27;
}
.AnyTagClassName
{
color: #FDAA27;
}
</style>
background-color css
<style>
a { background-color: #FDAA27; }
a { background-color: rgb(253,170,39); }
div.DivClassName
{
background-color: #FDAA27;
}
.BgClassName
{
background-color: #FDAA27;
}
</style>
border-color css
<style>
span { border-color: #FDAA27; }
span { border-color: rgb(253,170,39); }
td.TdClassName
{
border-color: #FDAA27;
}
.TagClassName
{
border-color: #FDAA27;
}
</style>