Shades of Lightning Yellow #FFA024
Tints of Lightning Yellow #FFA024
RGB
CMYK
RGB Variations
Color information
#FFA024 (or 0xFFA024) is known color: Lightning Yellow. HEX triplet: FF, A0 and 24. RGB value is (255,160,36). Sum of RGB (Red+Green+Blue) = 255+160+36=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA024 is #005FDB. Grayscale: #AEAEAE. Windows color (decimal): -24540 or 2400511. OLE color: 2400511.
HSL color Cylindrical-coordinate representation of color #FFA024: hue angle of 33.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFA024 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 36 | - |
| CMYK | 0 | 0.37 | 0.86 | 0 |
| HSL | 33.97º | 1% | 0.57% | - |
| HSV(B) | 33.97º | 0.86% | 1% | - |
| XYZ | 54.13 | 46.53 | 7.8 | - |
| YUV | 174.27 | 49.97 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 36 | 0 | 0.37 | 0.86 | 0 | 33.97 | 1 | 0.57 |
| Hex | FF | A0 | 24 | 0 | 25 | 56 | 0 | 22 | 64 | 39 |
| Octal | 377 | 240 | 44 | 0 | 45 | 126 | 0 | 42 | 144 | 71 |
| Binary | 11111111 | 10100000 | 100100 | 0 | 100101 | 1010110 | 0 | 100010 | 1100100 | 111001 |
Color Harmonies of #FFA024
Complementary color
Monochromatic Colors of #FFA024
Black with #FFA024
Text Example
Text Example
White with #FFA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA024; }
p { color: rgb(255,160,36); }
H1.HeaderClassName
{
color: #FFA024;
}
.AnyTagClassName
{
color: #FFA024;
}
</style>
background-color css
<style>
a { background-color: #FFA024; }
a { background-color: rgb(255,160,36); }
div.DivClassName
{
background-color: #FFA024;
}
.BgClassName
{
background-color: #FFA024;
}
</style>
border-color css
<style>
span { border-color: #FFA024; }
span { border-color: rgb(255,160,36); }
td.TdClassName
{
border-color: #FFA024;
}
.TagClassName
{
border-color: #FFA024;
}
</style>