Shades of Lightning Yellow #FFA332
Tints of Lightning Yellow #FFA332
RGB
CMYK
RGB Variations
Color information
#FFA332 (or 0xFFA332) is known color: Lightning Yellow. HEX triplet: FF, A3 and 32. RGB value is (255,163,50). Sum of RGB (Red+Green+Blue) = 255+163+50=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA332 is #005CCD. Grayscale: #B2B2B2. Windows color (decimal): -23758 or 3318783. OLE color: 3318783.
HSL color Cylindrical-coordinate representation of color #FFA332: hue angle of 33.07º 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 #FFA332 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0 |
| HSL | 33.07º | 1% | 0.6% | - |
| HSV(B) | 33.07º | 0.8% | 1% | - |
| XYZ | 54.91 | 47.68 | 9.33 | - |
| YUV | 177.63 | 55.98 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 50 | 0 | 0.36 | 0.80 | 0 | 33.07 | 1 | 0.6 |
| Hex | FF | A3 | 32 | 0 | 24 | 50 | 0 | 21 | 64 | 3C |
| Octal | 377 | 243 | 62 | 0 | 44 | 120 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100011 | 110010 | 0 | 100100 | 1010000 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA332
Complementary color
Monochromatic Colors of #FFA332
Black with #FFA332
Text Example
Text Example
White with #FFA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA332; }
p { color: rgb(255,163,50); }
H1.HeaderClassName
{
color: #FFA332;
}
.AnyTagClassName
{
color: #FFA332;
}
</style>
background-color css
<style>
a { background-color: #FFA332; }
a { background-color: rgb(255,163,50); }
div.DivClassName
{
background-color: #FFA332;
}
.BgClassName
{
background-color: #FFA332;
}
</style>
border-color css
<style>
span { border-color: #FFA332; }
span { border-color: rgb(255,163,50); }
td.TdClassName
{
border-color: #FFA332;
}
.TagClassName
{
border-color: #FFA332;
}
</style>