Shades of Lightning Yellow #FBA830
Tints of Lightning Yellow #FBA830
RGB
CMYK
RGB Variations
Color information
#FBA830 (or 0xFBA830) is known color: Lightning Yellow. HEX triplet: FB, A8 and 30. RGB value is (251,168,48). Sum of RGB (Red+Green+Blue) = 251+168+48=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA830 is #0457CF. Grayscale: #B3B3B3. Windows color (decimal): -284624 or 3188987. OLE color: 3188987.
HSL color Cylindrical-coordinate representation of color #FBA830: hue angle of 35.47º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBA830 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 48 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.02 |
| HSL | 35.47º | 0.96% | 0.59% | - |
| HSV(B) | 35.47º | 0.81% | 0.98% | - |
| XYZ | 54.32 | 48.73 | 9.34 | - |
| YUV | 179.14 | 54 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 48 | 0 | 0.33 | 0.81 | 0.02 | 35.47 | 0.96 | 0.59 |
| Hex | FB | A8 | 30 | 0 | 21 | 51 | 2 | 23 | 60 | 3B |
| Octal | 373 | 250 | 60 | 0 | 41 | 121 | 2 | 43 | 140 | 73 |
| Binary | 11111011 | 10101000 | 110000 | 0 | 100001 | 1010001 | 10 | 100011 | 1100000 | 111011 |
Color Harmonies of #FBA830
Complementary color
Monochromatic Colors of #FBA830
Black with #FBA830
Text Example
Text Example
White with #FBA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA830; }
p { color: rgb(251,168,48); }
H1.HeaderClassName
{
color: #FBA830;
}
.AnyTagClassName
{
color: #FBA830;
}
</style>
background-color css
<style>
a { background-color: #FBA830; }
a { background-color: rgb(251,168,48); }
div.DivClassName
{
background-color: #FBA830;
}
.BgClassName
{
background-color: #FBA830;
}
</style>
border-color css
<style>
span { border-color: #FBA830; }
span { border-color: rgb(251,168,48); }
td.TdClassName
{
border-color: #FBA830;
}
.TagClassName
{
border-color: #FBA830;
}
</style>