Shades of Lightning Yellow #FBA42E
Tints of Lightning Yellow #FBA42E
RGB
CMYK
RGB Variations
Color information
#FBA42E (or 0xFBA42E) is known color: Lightning Yellow. HEX triplet: FB, A4 and 2E. RGB value is (251,164,46). Sum of RGB (Red+Green+Blue) = 251+164+46=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA42E is #045BD1. Grayscale: #B1B1B1. Windows color (decimal): -285650 or 3056891. OLE color: 3056891.
HSL color Cylindrical-coordinate representation of color #FBA42E: hue angle of 34.54º 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 #FBA42E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 46 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.02 |
| HSL | 34.54º | 0.96% | 0.58% | - |
| HSV(B) | 34.54º | 0.82% | 0.98% | - |
| XYZ | 53.55 | 47.26 | 8.88 | - |
| YUV | 176.56 | 54.32 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 46 | 0 | 0.35 | 0.82 | 0.02 | 34.54 | 0.96 | 0.58 |
| Hex | FB | A4 | 2E | 0 | 23 | 52 | 2 | 23 | 60 | 3A |
| Octal | 373 | 244 | 56 | 0 | 43 | 122 | 2 | 43 | 140 | 72 |
| Binary | 11111011 | 10100100 | 101110 | 0 | 100011 | 1010010 | 10 | 100011 | 1100000 | 111010 |
Color Harmonies of #FBA42E
Complementary color
Monochromatic Colors of #FBA42E
Black with #FBA42E
Text Example
Text Example
White with #FBA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA42E; }
p { color: rgb(251,164,46); }
H1.HeaderClassName
{
color: #FBA42E;
}
.AnyTagClassName
{
color: #FBA42E;
}
</style>
background-color css
<style>
a { background-color: #FBA42E; }
a { background-color: rgb(251,164,46); }
div.DivClassName
{
background-color: #FBA42E;
}
.BgClassName
{
background-color: #FBA42E;
}
</style>
border-color css
<style>
span { border-color: #FBA42E; }
span { border-color: rgb(251,164,46); }
td.TdClassName
{
border-color: #FBA42E;
}
.TagClassName
{
border-color: #FBA42E;
}
</style>