Shades of Lightning Yellow #FBA82E
Tints of Lightning Yellow #FBA82E
RGB
CMYK
RGB Variations
Color information
#FBA82E (or 0xFBA82E) is known color: Lightning Yellow. HEX triplet: FB, A8 and 2E. RGB value is (251,168,46). Sum of RGB (Red+Green+Blue) = 251+168+46=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA82E is #0457D1. Grayscale: #B3B3B3. Windows color (decimal): -284626 or 3057915. OLE color: 3057915.
HSL color Cylindrical-coordinate representation of color #FBA82E: hue angle of 35.71º 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 #FBA82E is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 46 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.02 |
| HSL | 35.71º | 0.96% | 0.58% | - |
| HSV(B) | 35.71º | 0.82% | 0.98% | - |
| XYZ | 54.28 | 48.71 | 9.13 | - |
| YUV | 178.91 | 53 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 46 | 0 | 0.33 | 0.82 | 0.02 | 35.71 | 0.96 | 0.58 |
| Hex | FB | A8 | 2E | 0 | 21 | 52 | 2 | 24 | 60 | 3A |
| Octal | 373 | 250 | 56 | 0 | 41 | 122 | 2 | 44 | 140 | 72 |
| Binary | 11111011 | 10101000 | 101110 | 0 | 100001 | 1010010 | 10 | 100100 | 1100000 | 111010 |
Color Harmonies of #FBA82E
Complementary color
Monochromatic Colors of #FBA82E
Black with #FBA82E
Text Example
Text Example
White with #FBA82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA82E; }
p { color: rgb(251,168,46); }
H1.HeaderClassName
{
color: #FBA82E;
}
.AnyTagClassName
{
color: #FBA82E;
}
</style>
background-color css
<style>
a { background-color: #FBA82E; }
a { background-color: rgb(251,168,46); }
div.DivClassName
{
background-color: #FBA82E;
}
.BgClassName
{
background-color: #FBA82E;
}
</style>
border-color css
<style>
span { border-color: #FBA82E; }
span { border-color: rgb(251,168,46); }
td.TdClassName
{
border-color: #FBA82E;
}
.TagClassName
{
border-color: #FBA82E;
}
</style>