Shades of Lightning Yellow #FBA73B
Tints of Lightning Yellow #FBA73B
RGB
CMYK
RGB Variations
Color information
#FBA73B (or 0xFBA73B) is known color: Lightning Yellow. HEX triplet: FB, A7 and 3B. RGB value is (251,167,59). Sum of RGB (Red+Green+Blue) = 251+167+59=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA73B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA73B is #0458C4. Grayscale: #B4B4B4. Windows color (decimal): -284869 or 3909627. OLE color: 3909627.
HSL color Cylindrical-coordinate representation of color #FBA73B: hue angle of 33.75º 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 #FBA73B is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 59 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.02 |
| HSL | 33.75º | 0.96% | 0.61% | - |
| HSV(B) | 33.75º | 0.76% | 0.98% | - |
| XYZ | 54.39 | 48.46 | 10.63 | - |
| YUV | 179.8 | 59.83 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 59 | 0 | 0.33 | 0.76 | 0.02 | 33.75 | 0.96 | 0.61 |
| Hex | FB | A7 | 3B | 0 | 21 | 4C | 2 | 22 | 60 | 3D |
| Octal | 373 | 247 | 73 | 0 | 41 | 114 | 2 | 42 | 140 | 75 |
| Binary | 11111011 | 10100111 | 111011 | 0 | 100001 | 1001100 | 10 | 100010 | 1100000 | 111101 |
Color Harmonies of #FBA73B
Complementary color
Monochromatic Colors of #FBA73B
Black with #FBA73B
Text Example
Text Example
White with #FBA73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA73B; }
p { color: rgb(251,167,59); }
H1.HeaderClassName
{
color: #FBA73B;
}
.AnyTagClassName
{
color: #FBA73B;
}
</style>
background-color css
<style>
a { background-color: #FBA73B; }
a { background-color: rgb(251,167,59); }
div.DivClassName
{
background-color: #FBA73B;
}
.BgClassName
{
background-color: #FBA73B;
}
</style>
border-color css
<style>
span { border-color: #FBA73B; }
span { border-color: rgb(251,167,59); }
td.TdClassName
{
border-color: #FBA73B;
}
.TagClassName
{
border-color: #FBA73B;
}
</style>