Shades of Lightning Yellow #FFA131
Tints of Lightning Yellow #FFA131
RGB
CMYK
RGB Variations
Color information
#FFA131 (or 0xFFA131) is known color: Lightning Yellow. HEX triplet: FF, A1 and 31. RGB value is (255,161,49). Sum of RGB (Red+Green+Blue) = 255+161+49=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA131 is #005ECE. Grayscale: #B0B0B0. Windows color (decimal): -24271 or 3252735. OLE color: 3252735.
HSL color Cylindrical-coordinate representation of color #FFA131: hue angle of 32.62º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFA131 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 49 | - |
| CMYK | 0 | 0.37 | 0.81 | 0 |
| HSL | 32.62º | 1% | 0.6% | - |
| HSV(B) | 32.62º | 0.81% | 1% | - |
| XYZ | 54.54 | 46.97 | 9.1 | - |
| YUV | 176.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 49 | 0 | 0.37 | 0.81 | 0 | 32.62 | 1 | 0.6 |
| Hex | FF | A1 | 31 | 0 | 25 | 51 | 0 | 21 | 64 | 3C |
| Octal | 377 | 241 | 61 | 0 | 45 | 121 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100001 | 110001 | 0 | 100101 | 1010001 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA131
Complementary color
Monochromatic Colors of #FFA131
Black with #FFA131
Text Example
Text Example
White with #FFA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA131; }
p { color: rgb(255,161,49); }
H1.HeaderClassName
{
color: #FFA131;
}
.AnyTagClassName
{
color: #FFA131;
}
</style>
background-color css
<style>
a { background-color: #FFA131; }
a { background-color: rgb(255,161,49); }
div.DivClassName
{
background-color: #FFA131;
}
.BgClassName
{
background-color: #FFA131;
}
</style>
border-color css
<style>
span { border-color: #FFA131; }
span { border-color: rgb(255,161,49); }
td.TdClassName
{
border-color: #FFA131;
}
.TagClassName
{
border-color: #FFA131;
}
</style>