Shades of Lightning Yellow #FFA336
Tints of Lightning Yellow #FFA336
RGB
CMYK
RGB Variations
Color information
#FFA336 (or 0xFFA336) is known color: Lightning Yellow. HEX triplet: FF, A3 and 36. RGB value is (255,163,54). Sum of RGB (Red+Green+Blue) = 255+163+54=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA336 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA336 is #005CC9. Grayscale: #B2B2B2. Windows color (decimal): -23754 or 3580927. OLE color: 3580927.
HSL color Cylindrical-coordinate representation of color #FFA336: hue angle of 32.54º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFA336 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 54 | - |
| CMYK | 0 | 0.36 | 0.79 | 0 |
| HSL | 32.54º | 1% | 0.61% | - |
| HSV(B) | 32.54º | 0.79% | 1% | - |
| XYZ | 55 | 47.72 | 9.8 | - |
| YUV | 178.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 54 | 0 | 0.36 | 0.79 | 0 | 32.54 | 1 | 0.61 |
| Hex | FF | A3 | 36 | 0 | 24 | 4F | 0 | 21 | 64 | 3D |
| Octal | 377 | 243 | 66 | 0 | 44 | 117 | 0 | 41 | 144 | 75 |
| Binary | 11111111 | 10100011 | 110110 | 0 | 100100 | 1001111 | 0 | 100001 | 1100100 | 111101 |
Color Harmonies of #FFA336
Complementary color
Monochromatic Colors of #FFA336
Black with #FFA336
Text Example
Text Example
White with #FFA336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA336; }
p { color: rgb(255,163,54); }
H1.HeaderClassName
{
color: #FFA336;
}
.AnyTagClassName
{
color: #FFA336;
}
</style>
background-color css
<style>
a { background-color: #FFA336; }
a { background-color: rgb(255,163,54); }
div.DivClassName
{
background-color: #FFA336;
}
.BgClassName
{
background-color: #FFA336;
}
</style>
border-color css
<style>
span { border-color: #FFA336; }
span { border-color: rgb(255,163,54); }
td.TdClassName
{
border-color: #FFA336;
}
.TagClassName
{
border-color: #FFA336;
}
</style>