Shades of Lightning Yellow #FBA62B
Tints of Lightning Yellow #FBA62B
RGB
CMYK
RGB Variations
Color information
#FBA62B (or 0xFBA62B) is known color: Lightning Yellow. HEX triplet: FB, A6 and 2B. RGB value is (251,166,43). Sum of RGB (Red+Green+Blue) = 251+166+43=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA62B is #0459D4. Grayscale: #B1B1B1. Windows color (decimal): -285141 or 2860795. OLE color: 2860795.
HSL color Cylindrical-coordinate representation of color #FBA62B: hue angle of 35.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBA62B is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 43 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.02 |
| HSL | 35.48º | 0.96% | 0.58% | - |
| HSV(B) | 35.48º | 0.83% | 0.98% | - |
| XYZ | 53.86 | 47.96 | 8.7 | - |
| YUV | 177.39 | 52.16 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 43 | 0 | 0.34 | 0.83 | 0.02 | 35.48 | 0.96 | 0.58 |
| Hex | FB | A6 | 2B | 0 | 22 | 53 | 2 | 23 | 60 | 3A |
| Octal | 373 | 246 | 53 | 0 | 42 | 123 | 2 | 43 | 140 | 72 |
| Binary | 11111011 | 10100110 | 101011 | 0 | 100010 | 1010011 | 10 | 100011 | 1100000 | 111010 |
Color Harmonies of #FBA62B
Complementary color
Monochromatic Colors of #FBA62B
Black with #FBA62B
Text Example
Text Example
White with #FBA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA62B; }
p { color: rgb(251,166,43); }
H1.HeaderClassName
{
color: #FBA62B;
}
.AnyTagClassName
{
color: #FBA62B;
}
</style>
background-color css
<style>
a { background-color: #FBA62B; }
a { background-color: rgb(251,166,43); }
div.DivClassName
{
background-color: #FBA62B;
}
.BgClassName
{
background-color: #FBA62B;
}
</style>
border-color css
<style>
span { border-color: #FBA62B; }
span { border-color: rgb(251,166,43); }
td.TdClassName
{
border-color: #FBA62B;
}
.TagClassName
{
border-color: #FBA62B;
}
</style>