Shades of Lightning Yellow #FFA32E
Tints of Lightning Yellow #FFA32E
RGB
CMYK
RGB Variations
Color information
#FFA32E (or 0xFFA32E) is known color: Lightning Yellow. HEX triplet: FF, A3 and 2E. RGB value is (255,163,46). Sum of RGB (Red+Green+Blue) = 255+163+46=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA32E is #005CD1. Grayscale: #B1B1B1. Windows color (decimal): -23762 or 3056639. OLE color: 3056639.
HSL color Cylindrical-coordinate representation of color #FFA32E: hue angle of 33.59º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFA32E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 46 | - |
| CMYK | 0 | 0.36 | 0.82 | 0 |
| HSL | 33.59º | 1% | 0.59% | - |
| HSV(B) | 33.59º | 0.82% | 1% | - |
| XYZ | 54.83 | 47.65 | 8.89 | - |
| YUV | 177.17 | 53.98 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 46 | 0 | 0.36 | 0.82 | 0 | 33.59 | 1 | 0.59 |
| Hex | FF | A3 | 2E | 0 | 24 | 52 | 0 | 22 | 64 | 3B |
| Octal | 377 | 243 | 56 | 0 | 44 | 122 | 0 | 42 | 144 | 73 |
| Binary | 11111111 | 10100011 | 101110 | 0 | 100100 | 1010010 | 0 | 100010 | 1100100 | 111011 |
Color Harmonies of #FFA32E
Complementary color
Monochromatic Colors of #FFA32E
Black with #FFA32E
Text Example
Text Example
White with #FFA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA32E; }
p { color: rgb(255,163,46); }
H1.HeaderClassName
{
color: #FFA32E;
}
.AnyTagClassName
{
color: #FFA32E;
}
</style>
background-color css
<style>
a { background-color: #FFA32E; }
a { background-color: rgb(255,163,46); }
div.DivClassName
{
background-color: #FFA32E;
}
.BgClassName
{
background-color: #FFA32E;
}
</style>
border-color css
<style>
span { border-color: #FFA32E; }
span { border-color: rgb(255,163,46); }
td.TdClassName
{
border-color: #FFA32E;
}
.TagClassName
{
border-color: #FFA32E;
}
</style>