Shades of Lightning Yellow #FFA33B
Tints of Lightning Yellow #FFA33B
RGB
CMYK
RGB Variations
Color information
#FFA33B (or 0xFFA33B) is known color: Lightning Yellow. HEX triplet: FF, A3 and 3B. RGB value is (255,163,59). Sum of RGB (Red+Green+Blue) = 255+163+59=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA33B is #005CC4. Grayscale: #B3B3B3. Windows color (decimal): -23749 or 3908607. OLE color: 3908607.
HSL color Cylindrical-coordinate representation of color #FFA33B: hue angle of 31.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFA33B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 59 | - |
| CMYK | 0 | 0.36 | 0.77 | 0 |
| HSL | 31.84º | 1% | 0.62% | - |
| HSV(B) | 31.84º | 0.77% | 1% | - |
| XYZ | 55.13 | 47.77 | 10.45 | - |
| YUV | 178.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 59 | 0 | 0.36 | 0.77 | 0 | 31.84 | 1 | 0.62 |
| Hex | FF | A3 | 3B | 0 | 24 | 4D | 0 | 20 | 64 | 3E |
| Octal | 377 | 243 | 73 | 0 | 44 | 115 | 0 | 40 | 144 | 76 |
| Binary | 11111111 | 10100011 | 111011 | 0 | 100100 | 1001101 | 0 | 100000 | 1100100 | 111110 |
Color Harmonies of #FFA33B
Complementary color
Monochromatic Colors of #FFA33B
Black with #FFA33B
Text Example
Text Example
White with #FFA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA33B; }
p { color: rgb(255,163,59); }
H1.HeaderClassName
{
color: #FFA33B;
}
.AnyTagClassName
{
color: #FFA33B;
}
</style>
background-color css
<style>
a { background-color: #FFA33B; }
a { background-color: rgb(255,163,59); }
div.DivClassName
{
background-color: #FFA33B;
}
.BgClassName
{
background-color: #FFA33B;
}
</style>
border-color css
<style>
span { border-color: #FFA33B; }
span { border-color: rgb(255,163,59); }
td.TdClassName
{
border-color: #FFA33B;
}
.TagClassName
{
border-color: #FFA33B;
}
</style>