Shades of Lightning Yellow #FBA82A
Tints of Lightning Yellow #FBA82A
RGB
CMYK
RGB Variations
Color information
#FBA82A (or 0xFBA82A) is known color: Lightning Yellow. HEX triplet: FB, A8 and 2A. RGB value is (251,168,42). Sum of RGB (Red+Green+Blue) = 251+168+42=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA82A is #0457D5. Grayscale: #B3B3B3. Windows color (decimal): -284630 or 2795771. OLE color: 2795771.
HSL color Cylindrical-coordinate representation of color #FBA82A: hue angle of 36.17º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBA82A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 42 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.02 |
| HSL | 36.17º | 0.96% | 0.57% | - |
| HSV(B) | 36.17º | 0.83% | 0.98% | - |
| XYZ | 54.2 | 48.68 | 8.73 | - |
| YUV | 178.45 | 51 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 42 | 0 | 0.33 | 0.83 | 0.02 | 36.17 | 0.96 | 0.57 |
| Hex | FB | A8 | 2A | 0 | 21 | 53 | 2 | 24 | 60 | 39 |
| Octal | 373 | 250 | 52 | 0 | 41 | 123 | 2 | 44 | 140 | 71 |
| Binary | 11111011 | 10101000 | 101010 | 0 | 100001 | 1010011 | 10 | 100100 | 1100000 | 111001 |
Color Harmonies of #FBA82A
Complementary color
Monochromatic Colors of #FBA82A
Black with #FBA82A
Text Example
Text Example
White with #FBA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA82A; }
p { color: rgb(251,168,42); }
H1.HeaderClassName
{
color: #FBA82A;
}
.AnyTagClassName
{
color: #FBA82A;
}
</style>
background-color css
<style>
a { background-color: #FBA82A; }
a { background-color: rgb(251,168,42); }
div.DivClassName
{
background-color: #FBA82A;
}
.BgClassName
{
background-color: #FBA82A;
}
</style>
border-color css
<style>
span { border-color: #FBA82A; }
span { border-color: rgb(251,168,42); }
td.TdClassName
{
border-color: #FBA82A;
}
.TagClassName
{
border-color: #FBA82A;
}
</style>