Shades of Lightning Yellow #FBA63B
Tints of Lightning Yellow #FBA63B
RGB
CMYK
RGB Variations
Color information
#FBA63B (or 0xFBA63B) is known color: Lightning Yellow. HEX triplet: FB, A6 and 3B. RGB value is (251,166,59). Sum of RGB (Red+Green+Blue) = 251+166+59=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA63B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA63B is #0459C4. Grayscale: #B3B3B3. Windows color (decimal): -285125 or 3909371. OLE color: 3909371.
HSL color Cylindrical-coordinate representation of color #FBA63B: hue angle of 33.44º 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 #FBA63B is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 59 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.02 |
| HSL | 33.44º | 0.96% | 0.61% | - |
| HSV(B) | 33.44º | 0.76% | 0.98% | - |
| XYZ | 54.21 | 48.1 | 10.56 | - |
| YUV | 179.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 59 | 0 | 0.34 | 0.76 | 0.02 | 33.44 | 0.96 | 0.61 |
| Hex | FB | A6 | 3B | 0 | 22 | 4C | 2 | 21 | 60 | 3D |
| Octal | 373 | 246 | 73 | 0 | 42 | 114 | 2 | 41 | 140 | 75 |
| Binary | 11111011 | 10100110 | 111011 | 0 | 100010 | 1001100 | 10 | 100001 | 1100000 | 111101 |
Color Harmonies of #FBA63B
Complementary color
Monochromatic Colors of #FBA63B
Black with #FBA63B
Text Example
Text Example
White with #FBA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA63B; }
p { color: rgb(251,166,59); }
H1.HeaderClassName
{
color: #FBA63B;
}
.AnyTagClassName
{
color: #FBA63B;
}
</style>
background-color css
<style>
a { background-color: #FBA63B; }
a { background-color: rgb(251,166,59); }
div.DivClassName
{
background-color: #FBA63B;
}
.BgClassName
{
background-color: #FBA63B;
}
</style>
border-color css
<style>
span { border-color: #FBA63B; }
span { border-color: rgb(251,166,59); }
td.TdClassName
{
border-color: #FBA63B;
}
.TagClassName
{
border-color: #FBA63B;
}
</style>