Shades of Lightning Yellow #FBA339
Tints of Lightning Yellow #FBA339
RGB
CMYK
RGB Variations
Color information
#FBA339 (or 0xFBA339) is known color: Lightning Yellow. HEX triplet: FB, A3 and 39. RGB value is (251,163,57). Sum of RGB (Red+Green+Blue) = 251+163+57=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA339 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA339 is #045CC6. Grayscale: #B1B1B1. Windows color (decimal): -285895 or 3777531. OLE color: 3777531.
HSL color Cylindrical-coordinate representation of color #FBA339: hue angle of 32.78º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBA339 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 57 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.02 |
| HSL | 32.78º | 0.96% | 0.6% | - |
| HSV(B) | 32.78º | 0.77% | 0.98% | - |
| XYZ | 53.62 | 47 | 10.12 | - |
| YUV | 177.23 | 60.15 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 57 | 0 | 0.35 | 0.77 | 0.02 | 32.78 | 0.96 | 0.6 |
| Hex | FB | A3 | 39 | 0 | 23 | 4D | 2 | 21 | 60 | 3C |
| Octal | 373 | 243 | 71 | 0 | 43 | 115 | 2 | 41 | 140 | 74 |
| Binary | 11111011 | 10100011 | 111001 | 0 | 100011 | 1001101 | 10 | 100001 | 1100000 | 111100 |
Color Harmonies of #FBA339
Complementary color
Monochromatic Colors of #FBA339
Black with #FBA339
Text Example
Text Example
White with #FBA339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA339; }
p { color: rgb(251,163,57); }
H1.HeaderClassName
{
color: #FBA339;
}
.AnyTagClassName
{
color: #FBA339;
}
</style>
background-color css
<style>
a { background-color: #FBA339; }
a { background-color: rgb(251,163,57); }
div.DivClassName
{
background-color: #FBA339;
}
.BgClassName
{
background-color: #FBA339;
}
</style>
border-color css
<style>
span { border-color: #FBA339; }
span { border-color: rgb(251,163,57); }
td.TdClassName
{
border-color: #FBA339;
}
.TagClassName
{
border-color: #FBA339;
}
</style>