Shades of Lightning Yellow #FBA433
Tints of Lightning Yellow #FBA433
RGB
CMYK
RGB Variations
Color information
#FBA433 (or 0xFBA433) is known color: Lightning Yellow. HEX triplet: FB, A4 and 33. RGB value is (251,164,51). Sum of RGB (Red+Green+Blue) = 251+164+51=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA433 is #045BCC. Grayscale: #B1B1B1. Windows color (decimal): -285645 or 3384571. OLE color: 3384571.
HSL color Cylindrical-coordinate representation of color #FBA433: hue angle of 33.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBA433 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 51 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.02 |
| HSL | 33.9º | 0.96% | 0.59% | - |
| HSV(B) | 33.9º | 0.8% | 0.98% | - |
| XYZ | 53.66 | 47.3 | 9.43 | - |
| YUV | 177.13 | 56.82 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 51 | 0 | 0.35 | 0.80 | 0.02 | 33.9 | 0.96 | 0.59 |
| Hex | FB | A4 | 33 | 0 | 23 | 50 | 2 | 22 | 60 | 3B |
| Octal | 373 | 244 | 63 | 0 | 43 | 120 | 2 | 42 | 140 | 73 |
| Binary | 11111011 | 10100100 | 110011 | 0 | 100011 | 1010000 | 10 | 100010 | 1100000 | 111011 |
Color Harmonies of #FBA433
Complementary color
Monochromatic Colors of #FBA433
Black with #FBA433
Text Example
Text Example
White with #FBA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA433; }
p { color: rgb(251,164,51); }
H1.HeaderClassName
{
color: #FBA433;
}
.AnyTagClassName
{
color: #FBA433;
}
</style>
background-color css
<style>
a { background-color: #FBA433; }
a { background-color: rgb(251,164,51); }
div.DivClassName
{
background-color: #FBA433;
}
.BgClassName
{
background-color: #FBA433;
}
</style>
border-color css
<style>
span { border-color: #FBA433; }
span { border-color: rgb(251,164,51); }
td.TdClassName
{
border-color: #FBA433;
}
.TagClassName
{
border-color: #FBA433;
}
</style>