Shades of Lightning Yellow #FBA932
Tints of Lightning Yellow #FBA932
RGB
CMYK
RGB Variations
Color information
#FBA932 (or 0xFBA932) is known color: Lightning Yellow. HEX triplet: FB, A9 and 32. RGB value is (251,169,50). Sum of RGB (Red+Green+Blue) = 251+169+50=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA932 is #0456CD. Grayscale: #B4B4B4. Windows color (decimal): -284366 or 3320315. OLE color: 3320315.
HSL color Cylindrical-coordinate representation of color #FBA932: hue angle of 35.52º 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 #FBA932 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 50 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.02 |
| HSL | 35.52º | 0.96% | 0.59% | - |
| HSV(B) | 35.52º | 0.8% | 0.98% | - |
| XYZ | 54.55 | 49.12 | 9.62 | - |
| YUV | 179.95 | 54.67 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 50 | 0 | 0.33 | 0.80 | 0.02 | 35.52 | 0.96 | 0.59 |
| Hex | FB | A9 | 32 | 0 | 21 | 50 | 2 | 24 | 60 | 3B |
| Octal | 373 | 251 | 62 | 0 | 41 | 120 | 2 | 44 | 140 | 73 |
| Binary | 11111011 | 10101001 | 110010 | 0 | 100001 | 1010000 | 10 | 100100 | 1100000 | 111011 |
Color Harmonies of #FBA932
Complementary color
Monochromatic Colors of #FBA932
Black with #FBA932
Text Example
Text Example
White with #FBA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA932; }
p { color: rgb(251,169,50); }
H1.HeaderClassName
{
color: #FBA932;
}
.AnyTagClassName
{
color: #FBA932;
}
</style>
background-color css
<style>
a { background-color: #FBA932; }
a { background-color: rgb(251,169,50); }
div.DivClassName
{
background-color: #FBA932;
}
.BgClassName
{
background-color: #FBA932;
}
</style>
border-color css
<style>
span { border-color: #FBA932; }
span { border-color: rgb(251,169,50); }
td.TdClassName
{
border-color: #FBA932;
}
.TagClassName
{
border-color: #FBA932;
}
</style>