Shades of Lightning Yellow #FFA12A
Tints of Lightning Yellow #FFA12A
RGB
CMYK
RGB Variations
Color information
#FFA12A (or 0xFFA12A) is known color: Lightning Yellow. HEX triplet: FF, A1 and 2A. RGB value is (255,161,42). Sum of RGB (Red+Green+Blue) = 255+161+42=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA12A is #005ED5. Grayscale: #B0B0B0. Windows color (decimal): -24278 or 2793983. OLE color: 2793983.
HSL color Cylindrical-coordinate representation of color #FFA12A: hue angle of 33.52º 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 #FFA12A is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 42 | - |
| CMYK | 0 | 0.37 | 0.84 | 0 |
| HSL | 33.52º | 1% | 0.58% | - |
| HSV(B) | 33.52º | 0.84% | 1% | - |
| XYZ | 54.4 | 46.92 | 8.38 | - |
| YUV | 175.54 | 52.64 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 42 | 0 | 0.37 | 0.84 | 0 | 33.52 | 1 | 0.58 |
| Hex | FF | A1 | 2A | 0 | 25 | 54 | 0 | 22 | 64 | 3A |
| Octal | 377 | 241 | 52 | 0 | 45 | 124 | 0 | 42 | 144 | 72 |
| Binary | 11111111 | 10100001 | 101010 | 0 | 100101 | 1010100 | 0 | 100010 | 1100100 | 111010 |
Color Harmonies of #FFA12A
Complementary color
Monochromatic Colors of #FFA12A
Black with #FFA12A
Text Example
Text Example
White with #FFA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA12A; }
p { color: rgb(255,161,42); }
H1.HeaderClassName
{
color: #FFA12A;
}
.AnyTagClassName
{
color: #FFA12A;
}
</style>
background-color css
<style>
a { background-color: #FFA12A; }
a { background-color: rgb(255,161,42); }
div.DivClassName
{
background-color: #FFA12A;
}
.BgClassName
{
background-color: #FFA12A;
}
</style>
border-color css
<style>
span { border-color: #FFA12A; }
span { border-color: rgb(255,161,42); }
td.TdClassName
{
border-color: #FFA12A;
}
.TagClassName
{
border-color: #FFA12A;
}
</style>