Shades of Lightning Yellow #FBA925
Tints of Lightning Yellow #FBA925
RGB
CMYK
RGB Variations
Color information
#FBA925 (or 0xFBA925) is known color: Lightning Yellow. HEX triplet: FB, A9 and 25. RGB value is (251,169,37). Sum of RGB (Red+Green+Blue) = 251+169+37=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA925 is #0456DA. Grayscale: #B3B3B3. Windows color (decimal): -284379 or 2468347. OLE color: 2468347.
HSL color Cylindrical-coordinate representation of color #FBA925: hue angle of 37.01º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBA925 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.02 |
| HSL | 37.01º | 0.96% | 0.56% | - |
| HSV(B) | 37.01º | 0.85% | 0.98% | - |
| XYZ | 54.31 | 49.02 | 8.35 | - |
| YUV | 178.47 | 48.17 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 37 | 0 | 0.33 | 0.85 | 0.02 | 37.01 | 0.96 | 0.56 |
| Hex | FB | A9 | 25 | 0 | 21 | 55 | 2 | 25 | 60 | 38 |
| Octal | 373 | 251 | 45 | 0 | 41 | 125 | 2 | 45 | 140 | 70 |
| Binary | 11111011 | 10101001 | 100101 | 0 | 100001 | 1010101 | 10 | 100101 | 1100000 | 111000 |
Color Harmonies of #FBA925
Complementary color
Monochromatic Colors of #FBA925
Black with #FBA925
Text Example
Text Example
White with #FBA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA925; }
p { color: rgb(251,169,37); }
H1.HeaderClassName
{
color: #FBA925;
}
.AnyTagClassName
{
color: #FBA925;
}
</style>
background-color css
<style>
a { background-color: #FBA925; }
a { background-color: rgb(251,169,37); }
div.DivClassName
{
background-color: #FBA925;
}
.BgClassName
{
background-color: #FBA925;
}
</style>
border-color css
<style>
span { border-color: #FBA925; }
span { border-color: rgb(251,169,37); }
td.TdClassName
{
border-color: #FBA925;
}
.TagClassName
{
border-color: #FBA925;
}
</style>