Shades of Lightning Yellow #FBA034
Tints of Lightning Yellow #FBA034
RGB
CMYK
RGB Variations
Color information
#FBA034 (or 0xFBA034) is known color: Lightning Yellow. HEX triplet: FB, A0 and 34. RGB value is (251,160,52). Sum of RGB (Red+Green+Blue) = 251+160+52=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA034 is #045FCB. Grayscale: #AFAFAF. Windows color (decimal): -286668 or 3449083. OLE color: 3449083.
HSL color Cylindrical-coordinate representation of color #FBA034: hue angle of 32.56º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBA034 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 52 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.02 |
| HSL | 32.56º | 0.96% | 0.59% | - |
| HSV(B) | 32.56º | 0.79% | 0.98% | - |
| XYZ | 52.97 | 45.9 | 9.32 | - |
| YUV | 174.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 52 | 0 | 0.36 | 0.79 | 0.02 | 32.56 | 0.96 | 0.59 |
| Hex | FB | A0 | 34 | 0 | 24 | 4F | 2 | 21 | 60 | 3B |
| Octal | 373 | 240 | 64 | 0 | 44 | 117 | 2 | 41 | 140 | 73 |
| Binary | 11111011 | 10100000 | 110100 | 0 | 100100 | 1001111 | 10 | 100001 | 1100000 | 111011 |
Color Harmonies of #FBA034
Complementary color
Monochromatic Colors of #FBA034
Black with #FBA034
Text Example
Text Example
White with #FBA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA034; }
p { color: rgb(251,160,52); }
H1.HeaderClassName
{
color: #FBA034;
}
.AnyTagClassName
{
color: #FBA034;
}
</style>
background-color css
<style>
a { background-color: #FBA034; }
a { background-color: rgb(251,160,52); }
div.DivClassName
{
background-color: #FBA034;
}
.BgClassName
{
background-color: #FBA034;
}
</style>
border-color css
<style>
span { border-color: #FBA034; }
span { border-color: rgb(251,160,52); }
td.TdClassName
{
border-color: #FBA034;
}
.TagClassName
{
border-color: #FBA034;
}
</style>