Shades of Lightning Yellow #FBA92B
Tints of Lightning Yellow #FBA92B
RGB
CMYK
RGB Variations
Color information
#FBA92B (or 0xFBA92B) is known color: Lightning Yellow. HEX triplet: FB, A9 and 2B. RGB value is (251,169,43). Sum of RGB (Red+Green+Blue) = 251+169+43=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA92B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA92B is #0456D4. Grayscale: #B3B3B3. Windows color (decimal): -284373 or 2861563. OLE color: 2861563.
HSL color Cylindrical-coordinate representation of color #FBA92B: hue angle of 36.35º 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 #FBA92B is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 43 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.02 |
| HSL | 36.35º | 0.96% | 0.58% | - |
| HSV(B) | 36.35º | 0.83% | 0.98% | - |
| XYZ | 54.41 | 49.06 | 8.89 | - |
| YUV | 179.15 | 51.17 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 43 | 0 | 0.33 | 0.83 | 0.02 | 36.35 | 0.96 | 0.58 |
| Hex | FB | A9 | 2B | 0 | 21 | 53 | 2 | 24 | 60 | 3A |
| Octal | 373 | 251 | 53 | 0 | 41 | 123 | 2 | 44 | 140 | 72 |
| Binary | 11111011 | 10101001 | 101011 | 0 | 100001 | 1010011 | 10 | 100100 | 1100000 | 111010 |
Color Harmonies of #FBA92B
Complementary color
Monochromatic Colors of #FBA92B
Black with #FBA92B
Text Example
Text Example
White with #FBA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA92B; }
p { color: rgb(251,169,43); }
H1.HeaderClassName
{
color: #FBA92B;
}
.AnyTagClassName
{
color: #FBA92B;
}
</style>
background-color css
<style>
a { background-color: #FBA92B; }
a { background-color: rgb(251,169,43); }
div.DivClassName
{
background-color: #FBA92B;
}
.BgClassName
{
background-color: #FBA92B;
}
</style>
border-color css
<style>
span { border-color: #FBA92B; }
span { border-color: rgb(251,169,43); }
td.TdClassName
{
border-color: #FBA92B;
}
.TagClassName
{
border-color: #FBA92B;
}
</style>