Shades of Lightning Yellow #FBA82B
Tints of Lightning Yellow #FBA82B
RGB
CMYK
RGB Variations
Color information
#FBA82B (or 0xFBA82B) is known color: Lightning Yellow. HEX triplet: FB, A8 and 2B. RGB value is (251,168,43). Sum of RGB (Red+Green+Blue) = 251+168+43=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA82B is #0457D4. Grayscale: #B3B3B3. Windows color (decimal): -284629 or 2861307. OLE color: 2861307.
HSL color Cylindrical-coordinate representation of color #FBA82B: hue angle of 36.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBA82B is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 43 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.02 |
| HSL | 36.06º | 0.96% | 0.58% | - |
| HSV(B) | 36.06º | 0.83% | 0.98% | - |
| XYZ | 54.22 | 48.69 | 8.83 | - |
| YUV | 178.57 | 51.5 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 43 | 0 | 0.33 | 0.83 | 0.02 | 36.06 | 0.96 | 0.58 |
| Hex | FB | A8 | 2B | 0 | 21 | 53 | 2 | 24 | 60 | 3A |
| Octal | 373 | 250 | 53 | 0 | 41 | 123 | 2 | 44 | 140 | 72 |
| Binary | 11111011 | 10101000 | 101011 | 0 | 100001 | 1010011 | 10 | 100100 | 1100000 | 111010 |
Color Harmonies of #FBA82B
Complementary color
Monochromatic Colors of #FBA82B
Black with #FBA82B
Text Example
Text Example
White with #FBA82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA82B; }
p { color: rgb(251,168,43); }
H1.HeaderClassName
{
color: #FBA82B;
}
.AnyTagClassName
{
color: #FBA82B;
}
</style>
background-color css
<style>
a { background-color: #FBA82B; }
a { background-color: rgb(251,168,43); }
div.DivClassName
{
background-color: #FBA82B;
}
.BgClassName
{
background-color: #FBA82B;
}
</style>
border-color css
<style>
span { border-color: #FBA82B; }
span { border-color: rgb(251,168,43); }
td.TdClassName
{
border-color: #FBA82B;
}
.TagClassName
{
border-color: #FBA82B;
}
</style>