Shades of Lightning Yellow #FBAB26
Tints of Lightning Yellow #FBAB26
RGB
CMYK
RGB Variations
Color information
#FBAB26 (or 0xFBAB26) is known color: Lightning Yellow. HEX triplet: FB, AB and 26. RGB value is (251,171,38). Sum of RGB (Red+Green+Blue) = 251+171+38=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB26 is #0454D9. Grayscale: #B4B4B4. Windows color (decimal): -283866 or 2534395. OLE color: 2534395.
HSL color Cylindrical-coordinate representation of color #FBAB26: hue angle of 37.46º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBAB26 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 38 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.02 |
| HSL | 37.46º | 0.96% | 0.57% | - |
| HSV(B) | 37.46º | 0.85% | 0.98% | - |
| XYZ | 54.7 | 49.77 | 8.56 | - |
| YUV | 179.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 38 | 0 | 0.32 | 0.85 | 0.02 | 37.46 | 0.96 | 0.57 |
| Hex | FB | AB | 26 | 0 | 20 | 55 | 2 | 25 | 60 | 39 |
| Octal | 373 | 253 | 46 | 0 | 40 | 125 | 2 | 45 | 140 | 71 |
| Binary | 11111011 | 10101011 | 100110 | 0 | 100000 | 1010101 | 10 | 100101 | 1100000 | 111001 |
Color Harmonies of #FBAB26
Complementary color
Monochromatic Colors of #FBAB26
Black with #FBAB26
Text Example
Text Example
White with #FBAB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB26; }
p { color: rgb(251,171,38); }
H1.HeaderClassName
{
color: #FBAB26;
}
.AnyTagClassName
{
color: #FBAB26;
}
</style>
background-color css
<style>
a { background-color: #FBAB26; }
a { background-color: rgb(251,171,38); }
div.DivClassName
{
background-color: #FBAB26;
}
.BgClassName
{
background-color: #FBAB26;
}
</style>
border-color css
<style>
span { border-color: #FBAB26; }
span { border-color: rgb(251,171,38); }
td.TdClassName
{
border-color: #FBAB26;
}
.TagClassName
{
border-color: #FBAB26;
}
</style>