Shades of Lightning Yellow #FBA13B
Tints of Lightning Yellow #FBA13B
RGB
CMYK
RGB Variations
Color information
#FBA13B (or 0xFBA13B) is known color: Lightning Yellow. HEX triplet: FB, A1 and 3B. RGB value is (251,161,59). Sum of RGB (Red+Green+Blue) = 251+161+59=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA13B is #045EC4. Grayscale: #B0B0B0. Windows color (decimal): -286405 or 3908091. OLE color: 3908091.
HSL color Cylindrical-coordinate representation of color #FBA13B: hue angle of 31.88º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBA13B is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 59 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.02 |
| HSL | 31.88º | 0.96% | 0.61% | - |
| HSV(B) | 31.88º | 0.76% | 0.98% | - |
| XYZ | 53.32 | 46.31 | 10.27 | - |
| YUV | 176.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 59 | 0 | 0.36 | 0.76 | 0.02 | 31.88 | 0.96 | 0.61 |
| Hex | FB | A1 | 3B | 0 | 24 | 4C | 2 | 20 | 60 | 3D |
| Octal | 373 | 241 | 73 | 0 | 44 | 114 | 2 | 40 | 140 | 75 |
| Binary | 11111011 | 10100001 | 111011 | 0 | 100100 | 1001100 | 10 | 100000 | 1100000 | 111101 |
Color Harmonies of #FBA13B
Complementary color
Monochromatic Colors of #FBA13B
Black with #FBA13B
Text Example
Text Example
White with #FBA13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA13B; }
p { color: rgb(251,161,59); }
H1.HeaderClassName
{
color: #FBA13B;
}
.AnyTagClassName
{
color: #FBA13B;
}
</style>
background-color css
<style>
a { background-color: #FBA13B; }
a { background-color: rgb(251,161,59); }
div.DivClassName
{
background-color: #FBA13B;
}
.BgClassName
{
background-color: #FBA13B;
}
</style>
border-color css
<style>
span { border-color: #FBA13B; }
span { border-color: rgb(251,161,59); }
td.TdClassName
{
border-color: #FBA13B;
}
.TagClassName
{
border-color: #FBA13B;
}
</style>