Shades of Lightning Yellow #FBA62E
Tints of Lightning Yellow #FBA62E
RGB
CMYK
RGB Variations
Color information
#FBA62E (or 0xFBA62E) is known color: Lightning Yellow. HEX triplet: FB, A6 and 2E. RGB value is (251,166,46). Sum of RGB (Red+Green+Blue) = 251+166+46=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA62E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA62E is #0459D1. Grayscale: #B2B2B2. Windows color (decimal): -285138 or 3057403. OLE color: 3057403.
HSL color Cylindrical-coordinate representation of color #FBA62E: hue angle of 35.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBA62E is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 46 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.02 |
| HSL | 35.12º | 0.96% | 0.58% | - |
| HSV(B) | 35.12º | 0.82% | 0.98% | - |
| XYZ | 53.91 | 47.98 | 9 | - |
| YUV | 177.74 | 53.66 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 46 | 0 | 0.34 | 0.82 | 0.02 | 35.12 | 0.96 | 0.58 |
| Hex | FB | A6 | 2E | 0 | 22 | 52 | 2 | 23 | 60 | 3A |
| Octal | 373 | 246 | 56 | 0 | 42 | 122 | 2 | 43 | 140 | 72 |
| Binary | 11111011 | 10100110 | 101110 | 0 | 100010 | 1010010 | 10 | 100011 | 1100000 | 111010 |
Color Harmonies of #FBA62E
Complementary color
Monochromatic Colors of #FBA62E
Black with #FBA62E
Text Example
Text Example
White with #FBA62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA62E; }
p { color: rgb(251,166,46); }
H1.HeaderClassName
{
color: #FBA62E;
}
.AnyTagClassName
{
color: #FBA62E;
}
</style>
background-color css
<style>
a { background-color: #FBA62E; }
a { background-color: rgb(251,166,46); }
div.DivClassName
{
background-color: #FBA62E;
}
.BgClassName
{
background-color: #FBA62E;
}
</style>
border-color css
<style>
span { border-color: #FBA62E; }
span { border-color: rgb(251,166,46); }
td.TdClassName
{
border-color: #FBA62E;
}
.TagClassName
{
border-color: #FBA62E;
}
</style>