Shades of Lightning Yellow #FBA127
Tints of Lightning Yellow #FBA127
RGB
CMYK
RGB Variations
Color information
#FBA127 (or 0xFBA127) is known color: Lightning Yellow. HEX triplet: FB, A1 and 27. RGB value is (251,161,39). Sum of RGB (Red+Green+Blue) = 251+161+39=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA127 is #045ED8. Grayscale: #AEAEAE. Windows color (decimal): -286425 or 2597371. OLE color: 2597371.
HSL color Cylindrical-coordinate representation of color #FBA127: hue angle of 34.53º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBA127 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 39 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.02 |
| HSL | 34.53º | 0.96% | 0.57% | - |
| HSV(B) | 34.53º | 0.84% | 0.98% | - |
| XYZ | 52.89 | 46.15 | 8.04 | - |
| YUV | 174 | 51.82 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 39 | 0 | 0.36 | 0.84 | 0.02 | 34.53 | 0.96 | 0.57 |
| Hex | FB | A1 | 27 | 0 | 24 | 54 | 2 | 23 | 60 | 39 |
| Octal | 373 | 241 | 47 | 0 | 44 | 124 | 2 | 43 | 140 | 71 |
| Binary | 11111011 | 10100001 | 100111 | 0 | 100100 | 1010100 | 10 | 100011 | 1100000 | 111001 |
Color Harmonies of #FBA127
Complementary color
Monochromatic Colors of #FBA127
Black with #FBA127
Text Example
Text Example
White with #FBA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA127; }
p { color: rgb(251,161,39); }
H1.HeaderClassName
{
color: #FBA127;
}
.AnyTagClassName
{
color: #FBA127;
}
</style>
background-color css
<style>
a { background-color: #FBA127; }
a { background-color: rgb(251,161,39); }
div.DivClassName
{
background-color: #FBA127;
}
.BgClassName
{
background-color: #FBA127;
}
</style>
border-color css
<style>
span { border-color: #FBA127; }
span { border-color: rgb(251,161,39); }
td.TdClassName
{
border-color: #FBA127;
}
.TagClassName
{
border-color: #FBA127;
}
</style>