Shades of Lightning Yellow #FFA231
Tints of Lightning Yellow #FFA231
RGB
CMYK
RGB Variations
Color information
#FFA231 (or 0xFFA231) is known color: Lightning Yellow. HEX triplet: FF, A2 and 31. RGB value is (255,162,49). Sum of RGB (Red+Green+Blue) = 255+162+49=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA231 is #005DCE. Grayscale: #B1B1B1. Windows color (decimal): -24015 or 3252991. OLE color: 3252991.
HSL color Cylindrical-coordinate representation of color #FFA231: hue angle of 32.91º 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 #FFA231 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 49 | - |
| CMYK | 0 | 0.36 | 0.81 | 0 |
| HSL | 32.91º | 1% | 0.6% | - |
| HSV(B) | 32.91º | 0.81% | 1% | - |
| XYZ | 54.71 | 47.32 | 9.16 | - |
| YUV | 176.93 | 55.81 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 49 | 0 | 0.36 | 0.81 | 0 | 32.91 | 1 | 0.6 |
| Hex | FF | A2 | 31 | 0 | 24 | 51 | 0 | 21 | 64 | 3C |
| Octal | 377 | 242 | 61 | 0 | 44 | 121 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100010 | 110001 | 0 | 100100 | 1010001 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA231
Complementary color
Monochromatic Colors of #FFA231
Black with #FFA231
Text Example
Text Example
White with #FFA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA231; }
p { color: rgb(255,162,49); }
H1.HeaderClassName
{
color: #FFA231;
}
.AnyTagClassName
{
color: #FFA231;
}
</style>
background-color css
<style>
a { background-color: #FFA231; }
a { background-color: rgb(255,162,49); }
div.DivClassName
{
background-color: #FFA231;
}
.BgClassName
{
background-color: #FFA231;
}
</style>
border-color css
<style>
span { border-color: #FFA231; }
span { border-color: rgb(255,162,49); }
td.TdClassName
{
border-color: #FFA231;
}
.TagClassName
{
border-color: #FFA231;
}
</style>