Shades of Lightning Yellow #FBA733
Tints of Lightning Yellow #FBA733
RGB
CMYK
RGB Variations
Color information
#FBA733 (or 0xFBA733) is known color: Lightning Yellow. HEX triplet: FB, A7 and 33. RGB value is (251,167,51). Sum of RGB (Red+Green+Blue) = 251+167+51=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA733 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA733 is #0458CC. Grayscale: #B3B3B3. Windows color (decimal): -284877 or 3385339. OLE color: 3385339.
HSL color Cylindrical-coordinate representation of color #FBA733: hue angle of 34.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBA733 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 51 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.02 |
| HSL | 34.8º | 0.96% | 0.59% | - |
| HSV(B) | 34.8º | 0.8% | 0.98% | - |
| XYZ | 54.2 | 48.39 | 9.61 | - |
| YUV | 178.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 51 | 0 | 0.33 | 0.80 | 0.02 | 34.8 | 0.96 | 0.59 |
| Hex | FB | A7 | 33 | 0 | 21 | 50 | 2 | 23 | 60 | 3B |
| Octal | 373 | 247 | 63 | 0 | 41 | 120 | 2 | 43 | 140 | 73 |
| Binary | 11111011 | 10100111 | 110011 | 0 | 100001 | 1010000 | 10 | 100011 | 1100000 | 111011 |
Color Harmonies of #FBA733
Complementary color
Monochromatic Colors of #FBA733
Black with #FBA733
Text Example
Text Example
White with #FBA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA733; }
p { color: rgb(251,167,51); }
H1.HeaderClassName
{
color: #FBA733;
}
.AnyTagClassName
{
color: #FBA733;
}
</style>
background-color css
<style>
a { background-color: #FBA733; }
a { background-color: rgb(251,167,51); }
div.DivClassName
{
background-color: #FBA733;
}
.BgClassName
{
background-color: #FBA733;
}
</style>
border-color css
<style>
span { border-color: #FBA733; }
span { border-color: rgb(251,167,51); }
td.TdClassName
{
border-color: #FBA733;
}
.TagClassName
{
border-color: #FBA733;
}
</style>