Shades of Lightning Yellow #FBA33E
Tints of Lightning Yellow #FBA33E
RGB
CMYK
RGB Variations
Color information
#FBA33E (or 0xFBA33E) is known color: Lightning Yellow. HEX triplet: FB, A3 and 3E. RGB value is (251,163,62). Sum of RGB (Red+Green+Blue) = 251+163+62=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA33E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA33E is #045CC1. Grayscale: #B2B2B2. Windows color (decimal): -285890 or 4105211. OLE color: 4105211.
HSL color Cylindrical-coordinate representation of color #FBA33E: hue angle of 32.06º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA33E is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 62 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.02 |
| HSL | 32.06º | 0.96% | 0.61% | - |
| HSV(B) | 32.06º | 0.75% | 0.98% | - |
| XYZ | 53.75 | 47.05 | 10.81 | - |
| YUV | 177.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 62 | 0 | 0.35 | 0.75 | 0.02 | 32.06 | 0.96 | 0.61 |
| Hex | FB | A3 | 3E | 0 | 23 | 4B | 2 | 20 | 60 | 3D |
| Octal | 373 | 243 | 76 | 0 | 43 | 113 | 2 | 40 | 140 | 75 |
| Binary | 11111011 | 10100011 | 111110 | 0 | 100011 | 1001011 | 10 | 100000 | 1100000 | 111101 |
Color Harmonies of #FBA33E
Complementary color
Monochromatic Colors of #FBA33E
Black with #FBA33E
Text Example
Text Example
White with #FBA33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA33E; }
p { color: rgb(251,163,62); }
H1.HeaderClassName
{
color: #FBA33E;
}
.AnyTagClassName
{
color: #FBA33E;
}
</style>
background-color css
<style>
a { background-color: #FBA33E; }
a { background-color: rgb(251,163,62); }
div.DivClassName
{
background-color: #FBA33E;
}
.BgClassName
{
background-color: #FBA33E;
}
</style>
border-color css
<style>
span { border-color: #FBA33E; }
span { border-color: rgb(251,163,62); }
td.TdClassName
{
border-color: #FBA33E;
}
.TagClassName
{
border-color: #FBA33E;
}
</style>