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