Shades of Lightning Yellow #FBA122
Tints of Lightning Yellow #FBA122
RGB
CMYK
RGB Variations
Color information
#FBA122 (or 0xFBA122) is known color: Lightning Yellow. HEX triplet: FB, A1 and 22. RGB value is (251,161,34). Sum of RGB (Red+Green+Blue) = 251+161+34=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA122 is #045EDD. Grayscale: #AEAEAE. Windows color (decimal): -286430 or 2269691. OLE color: 2269691.
HSL color Cylindrical-coordinate representation of color #FBA122: hue angle of 35.12º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBA122 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 34 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.02 |
| HSL | 35.12º | 0.96% | 0.56% | - |
| HSV(B) | 35.12º | 0.86% | 0.98% | - |
| XYZ | 52.82 | 46.11 | 7.63 | - |
| YUV | 173.43 | 49.32 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 34 | 0 | 0.36 | 0.86 | 0.02 | 35.12 | 0.96 | 0.56 |
| Hex | FB | A1 | 22 | 0 | 24 | 56 | 2 | 23 | 60 | 38 |
| Octal | 373 | 241 | 42 | 0 | 44 | 126 | 2 | 43 | 140 | 70 |
| Binary | 11111011 | 10100001 | 100010 | 0 | 100100 | 1010110 | 10 | 100011 | 1100000 | 111000 |
Color Harmonies of #FBA122
Complementary color
Monochromatic Colors of #FBA122
Black with #FBA122
Text Example
Text Example
White with #FBA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA122; }
p { color: rgb(251,161,34); }
H1.HeaderClassName
{
color: #FBA122;
}
.AnyTagClassName
{
color: #FBA122;
}
</style>
background-color css
<style>
a { background-color: #FBA122; }
a { background-color: rgb(251,161,34); }
div.DivClassName
{
background-color: #FBA122;
}
.BgClassName
{
background-color: #FBA122;
}
</style>
border-color css
<style>
span { border-color: #FBA122; }
span { border-color: rgb(251,161,34); }
td.TdClassName
{
border-color: #FBA122;
}
.TagClassName
{
border-color: #FBA122;
}
</style>