Shades of Lightning Yellow #FBA92F
Tints of Lightning Yellow #FBA92F
RGB
CMYK
RGB Variations
Color information
#FBA92F (or 0xFBA92F) is known color: Lightning Yellow. HEX triplet: FB, A9 and 2F. RGB value is (251,169,47). Sum of RGB (Red+Green+Blue) = 251+169+47=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA92F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA92F is #0456D0. Grayscale: #B4B4B4. Windows color (decimal): -284369 or 3123707. OLE color: 3123707.
HSL color Cylindrical-coordinate representation of color #FBA92F: hue angle of 35.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBA92F is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 47 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.02 |
| HSL | 35.88º | 0.96% | 0.58% | - |
| HSV(B) | 35.88º | 0.81% | 0.98% | - |
| XYZ | 54.48 | 49.09 | 9.29 | - |
| YUV | 179.61 | 53.17 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 47 | 0 | 0.33 | 0.81 | 0.02 | 35.88 | 0.96 | 0.58 |
| Hex | FB | A9 | 2F | 0 | 21 | 51 | 2 | 24 | 60 | 3A |
| Octal | 373 | 251 | 57 | 0 | 41 | 121 | 2 | 44 | 140 | 72 |
| Binary | 11111011 | 10101001 | 101111 | 0 | 100001 | 1010001 | 10 | 100100 | 1100000 | 111010 |
Color Harmonies of #FBA92F
Complementary color
Monochromatic Colors of #FBA92F
Black with #FBA92F
Text Example
Text Example
White with #FBA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA92F; }
p { color: rgb(251,169,47); }
H1.HeaderClassName
{
color: #FBA92F;
}
.AnyTagClassName
{
color: #FBA92F;
}
</style>
background-color css
<style>
a { background-color: #FBA92F; }
a { background-color: rgb(251,169,47); }
div.DivClassName
{
background-color: #FBA92F;
}
.BgClassName
{
background-color: #FBA92F;
}
</style>
border-color css
<style>
span { border-color: #FBA92F; }
span { border-color: rgb(251,169,47); }
td.TdClassName
{
border-color: #FBA92F;
}
.TagClassName
{
border-color: #FBA92F;
}
</style>