Shades of Lightning Yellow #FFA02A
Tints of Lightning Yellow #FFA02A
RGB
CMYK
RGB Variations
Color information
#FFA02A (or 0xFFA02A) is known color: Lightning Yellow. HEX triplet: FF, A0 and 2A. RGB value is (255,160,42). Sum of RGB (Red+Green+Blue) = 255+160+42=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA02A is #005FD5. Grayscale: #AFAFAF. Windows color (decimal): -24534 or 2793727. OLE color: 2793727.
HSL color Cylindrical-coordinate representation of color #FFA02A: hue angle of 33.24º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFA02A is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 42 | - |
| CMYK | 0 | 0.37 | 0.84 | 0 |
| HSL | 33.24º | 1% | 0.58% | - |
| HSV(B) | 33.24º | 0.84% | 1% | - |
| XYZ | 54.23 | 46.57 | 8.32 | - |
| YUV | 174.95 | 52.97 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 42 | 0 | 0.37 | 0.84 | 0 | 33.24 | 1 | 0.58 |
| Hex | FF | A0 | 2A | 0 | 25 | 54 | 0 | 21 | 64 | 3A |
| Octal | 377 | 240 | 52 | 0 | 45 | 124 | 0 | 41 | 144 | 72 |
| Binary | 11111111 | 10100000 | 101010 | 0 | 100101 | 1010100 | 0 | 100001 | 1100100 | 111010 |
Color Harmonies of #FFA02A
Complementary color
Monochromatic Colors of #FFA02A
Black with #FFA02A
Text Example
Text Example
White with #FFA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA02A; }
p { color: rgb(255,160,42); }
H1.HeaderClassName
{
color: #FFA02A;
}
.AnyTagClassName
{
color: #FFA02A;
}
</style>
background-color css
<style>
a { background-color: #FFA02A; }
a { background-color: rgb(255,160,42); }
div.DivClassName
{
background-color: #FFA02A;
}
.BgClassName
{
background-color: #FFA02A;
}
</style>
border-color css
<style>
span { border-color: #FFA02A; }
span { border-color: rgb(255,160,42); }
td.TdClassName
{
border-color: #FFA02A;
}
.TagClassName
{
border-color: #FFA02A;
}
</style>