Shades of Lightning Yellow #FBA725
Tints of Lightning Yellow #FBA725
RGB
CMYK
RGB Variations
Color information
#FBA725 (or 0xFBA725) is known color: Lightning Yellow. HEX triplet: FB, A7 and 25. RGB value is (251,167,37). Sum of RGB (Red+Green+Blue) = 251+167+37=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA725 is #0458DA. Grayscale: #B1B1B1. Windows color (decimal): -284891 or 2467835. OLE color: 2467835.
HSL color Cylindrical-coordinate representation of color #FBA725: hue angle of 36.45º 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 #FBA725 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.02 |
| HSL | 36.45º | 0.96% | 0.56% | - |
| HSV(B) | 36.45º | 0.85% | 0.98% | - |
| XYZ | 53.94 | 48.28 | 8.23 | - |
| YUV | 177.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 37 | 0 | 0.33 | 0.85 | 0.02 | 36.45 | 0.96 | 0.56 |
| Hex | FB | A7 | 25 | 0 | 21 | 55 | 2 | 24 | 60 | 38 |
| Octal | 373 | 247 | 45 | 0 | 41 | 125 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100111 | 100101 | 0 | 100001 | 1010101 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA725
Complementary color
Monochromatic Colors of #FBA725
Black with #FBA725
Text Example
Text Example
White with #FBA725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA725; }
p { color: rgb(251,167,37); }
H1.HeaderClassName
{
color: #FBA725;
}
.AnyTagClassName
{
color: #FBA725;
}
</style>
background-color css
<style>
a { background-color: #FBA725; }
a { background-color: rgb(251,167,37); }
div.DivClassName
{
background-color: #FBA725;
}
.BgClassName
{
background-color: #FBA725;
}
</style>
border-color css
<style>
span { border-color: #FBA725; }
span { border-color: rgb(251,167,37); }
td.TdClassName
{
border-color: #FBA725;
}
.TagClassName
{
border-color: #FBA725;
}
</style>