Shades of Lightning Yellow #FBA131
Tints of Lightning Yellow #FBA131
RGB
CMYK
RGB Variations
Color information
#FBA131 (or 0xFBA131) is known color: Lightning Yellow. HEX triplet: FB, A1 and 31. RGB value is (251,161,49). Sum of RGB (Red+Green+Blue) = 251+161+49=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA131 is #045ECE. Grayscale: #AFAFAF. Windows color (decimal): -286415 or 3252731. OLE color: 3252731.
HSL color Cylindrical-coordinate representation of color #FBA131: hue angle of 33.27º 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 #FBA131 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 49 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.02 |
| HSL | 33.27º | 0.96% | 0.59% | - |
| HSV(B) | 33.27º | 0.8% | 0.98% | - |
| XYZ | 53.08 | 46.22 | 9.03 | - |
| YUV | 175.14 | 56.82 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 49 | 0 | 0.36 | 0.80 | 0.02 | 33.27 | 0.96 | 0.59 |
| Hex | FB | A1 | 31 | 0 | 24 | 50 | 2 | 21 | 60 | 3B |
| Octal | 373 | 241 | 61 | 0 | 44 | 120 | 2 | 41 | 140 | 73 |
| Binary | 11111011 | 10100001 | 110001 | 0 | 100100 | 1010000 | 10 | 100001 | 1100000 | 111011 |
Color Harmonies of #FBA131
Complementary color
Monochromatic Colors of #FBA131
Black with #FBA131
Text Example
Text Example
White with #FBA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA131; }
p { color: rgb(251,161,49); }
H1.HeaderClassName
{
color: #FBA131;
}
.AnyTagClassName
{
color: #FBA131;
}
</style>
background-color css
<style>
a { background-color: #FBA131; }
a { background-color: rgb(251,161,49); }
div.DivClassName
{
background-color: #FBA131;
}
.BgClassName
{
background-color: #FBA131;
}
</style>
border-color css
<style>
span { border-color: #FBA131; }
span { border-color: rgb(251,161,49); }
td.TdClassName
{
border-color: #FBA131;
}
.TagClassName
{
border-color: #FBA131;
}
</style>