Shades of Lightning Yellow #FFA127
Tints of Lightning Yellow #FFA127
RGB
CMYK
RGB Variations
Color information
#FFA127 (or 0xFFA127) is known color: Lightning Yellow. HEX triplet: FF, A1 and 27. RGB value is (255,161,39). Sum of RGB (Red+Green+Blue) = 255+161+39=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA127 is #005ED8. Grayscale: #AFAFAF. Windows color (decimal): -24281 or 2597375. OLE color: 2597375.
HSL color Cylindrical-coordinate representation of color #FFA127: hue angle of 33.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFA127 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 39 | - |
| CMYK | 0 | 0.37 | 0.85 | 0 |
| HSL | 33.89º | 1% | 0.58% | - |
| HSV(B) | 33.89º | 0.85% | 1% | - |
| XYZ | 54.35 | 46.9 | 8.11 | - |
| YUV | 175.2 | 51.14 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 39 | 0 | 0.37 | 0.85 | 0 | 33.89 | 1 | 0.58 |
| Hex | FF | A1 | 27 | 0 | 25 | 55 | 0 | 22 | 64 | 3A |
| Octal | 377 | 241 | 47 | 0 | 45 | 125 | 0 | 42 | 144 | 72 |
| Binary | 11111111 | 10100001 | 100111 | 0 | 100101 | 1010101 | 0 | 100010 | 1100100 | 111010 |
Color Harmonies of #FFA127
Complementary color
Monochromatic Colors of #FFA127
Black with #FFA127
Text Example
Text Example
White with #FFA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA127; }
p { color: rgb(255,161,39); }
H1.HeaderClassName
{
color: #FFA127;
}
.AnyTagClassName
{
color: #FFA127;
}
</style>
background-color css
<style>
a { background-color: #FFA127; }
a { background-color: rgb(255,161,39); }
div.DivClassName
{
background-color: #FFA127;
}
.BgClassName
{
background-color: #FFA127;
}
</style>
border-color css
<style>
span { border-color: #FFA127; }
span { border-color: rgb(255,161,39); }
td.TdClassName
{
border-color: #FFA127;
}
.TagClassName
{
border-color: #FFA127;
}
</style>