Shades of Lightning Yellow #FBA025
Tints of Lightning Yellow #FBA025
RGB
CMYK
RGB Variations
Color information
#FBA025 (or 0xFBA025) is known color: Lightning Yellow. HEX triplet: FB, A0 and 25. RGB value is (251,160,37). Sum of RGB (Red+Green+Blue) = 251+160+37=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA025 is #045FDA. Grayscale: #ADADAD. Windows color (decimal): -286683 or 2466043. OLE color: 2466043.
HSL color Cylindrical-coordinate representation of color #FBA025: hue angle of 34.49º 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 #FBA025 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 37 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.02 |
| HSL | 34.49º | 0.96% | 0.56% | - |
| HSV(B) | 34.49º | 0.85% | 0.98% | - |
| XYZ | 52.69 | 45.78 | 7.81 | - |
| YUV | 173.19 | 51.15 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 37 | 0 | 0.36 | 0.85 | 0.02 | 34.49 | 0.96 | 0.56 |
| Hex | FB | A0 | 25 | 0 | 24 | 55 | 2 | 22 | 60 | 38 |
| Octal | 373 | 240 | 45 | 0 | 44 | 125 | 2 | 42 | 140 | 70 |
| Binary | 11111011 | 10100000 | 100101 | 0 | 100100 | 1010101 | 10 | 100010 | 1100000 | 111000 |
Color Harmonies of #FBA025
Complementary color
Monochromatic Colors of #FBA025
Black with #FBA025
Text Example
Text Example
White with #FBA025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA025; }
p { color: rgb(251,160,37); }
H1.HeaderClassName
{
color: #FBA025;
}
.AnyTagClassName
{
color: #FBA025;
}
</style>
background-color css
<style>
a { background-color: #FBA025; }
a { background-color: rgb(251,160,37); }
div.DivClassName
{
background-color: #FBA025;
}
.BgClassName
{
background-color: #FBA025;
}
</style>
border-color css
<style>
span { border-color: #FBA025; }
span { border-color: rgb(251,160,37); }
td.TdClassName
{
border-color: #FBA025;
}
.TagClassName
{
border-color: #FBA025;
}
</style>