Shades of Lightning Yellow #FFA232
Tints of Lightning Yellow #FFA232
RGB
CMYK
RGB Variations
Color information
#FFA232 (or 0xFFA232) is known color: Lightning Yellow. HEX triplet: FF, A2 and 32. RGB value is (255,162,50). Sum of RGB (Red+Green+Blue) = 255+162+50=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA232 is #005DCD. Grayscale: #B1B1B1. Windows color (decimal): -24014 or 3318527. OLE color: 3318527.
HSL color Cylindrical-coordinate representation of color #FFA232: hue angle of 32.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFA232 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0 |
| HSL | 32.78º | 1% | 0.6% | - |
| HSV(B) | 32.78º | 0.8% | 1% | - |
| XYZ | 54.74 | 47.33 | 9.27 | - |
| YUV | 177.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 50 | 0 | 0.36 | 0.80 | 0 | 32.78 | 1 | 0.6 |
| Hex | FF | A2 | 32 | 0 | 24 | 50 | 0 | 21 | 64 | 3C |
| Octal | 377 | 242 | 62 | 0 | 44 | 120 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100010 | 110010 | 0 | 100100 | 1010000 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA232
Complementary color
Monochromatic Colors of #FFA232
Black with #FFA232
Text Example
Text Example
White with #FFA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA232; }
p { color: rgb(255,162,50); }
H1.HeaderClassName
{
color: #FFA232;
}
.AnyTagClassName
{
color: #FFA232;
}
</style>
background-color css
<style>
a { background-color: #FFA232; }
a { background-color: rgb(255,162,50); }
div.DivClassName
{
background-color: #FFA232;
}
.BgClassName
{
background-color: #FFA232;
}
</style>
border-color css
<style>
span { border-color: #FFA232; }
span { border-color: rgb(255,162,50); }
td.TdClassName
{
border-color: #FFA232;
}
.TagClassName
{
border-color: #FFA232;
}
</style>