Shades of Lightning Yellow #FBA33A
Tints of Lightning Yellow #FBA33A
RGB
CMYK
RGB Variations
Color information
#FBA33A (or 0xFBA33A) is known color: Lightning Yellow. HEX triplet: FB, A3 and 3A. RGB value is (251,163,58). Sum of RGB (Red+Green+Blue) = 251+163+58=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA33A is #045CC5. Grayscale: #B1B1B1. Windows color (decimal): -285894 or 3843067. OLE color: 3843067.
HSL color Cylindrical-coordinate representation of color #FBA33A: hue angle of 32.64º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBA33A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.02 |
| HSL | 32.64º | 0.96% | 0.61% | - |
| HSV(B) | 32.64º | 0.77% | 0.98% | - |
| XYZ | 53.64 | 47.01 | 10.25 | - |
| YUV | 177.34 | 60.65 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 58 | 0 | 0.35 | 0.77 | 0.02 | 32.64 | 0.96 | 0.61 |
| Hex | FB | A3 | 3A | 0 | 23 | 4D | 2 | 21 | 60 | 3D |
| Octal | 373 | 243 | 72 | 0 | 43 | 115 | 2 | 41 | 140 | 75 |
| Binary | 11111011 | 10100011 | 111010 | 0 | 100011 | 1001101 | 10 | 100001 | 1100000 | 111101 |
Color Harmonies of #FBA33A
Complementary color
Monochromatic Colors of #FBA33A
Black with #FBA33A
Text Example
Text Example
White with #FBA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA33A; }
p { color: rgb(251,163,58); }
H1.HeaderClassName
{
color: #FBA33A;
}
.AnyTagClassName
{
color: #FBA33A;
}
</style>
background-color css
<style>
a { background-color: #FBA33A; }
a { background-color: rgb(251,163,58); }
div.DivClassName
{
background-color: #FBA33A;
}
.BgClassName
{
background-color: #FBA33A;
}
</style>
border-color css
<style>
span { border-color: #FBA33A; }
span { border-color: rgb(251,163,58); }
td.TdClassName
{
border-color: #FBA33A;
}
.TagClassName
{
border-color: #FBA33A;
}
</style>