Shades of Lightning Yellow #FBA825
Tints of Lightning Yellow #FBA825
RGB
CMYK
RGB Variations
Color information
#FBA825 (or 0xFBA825) is known color: Lightning Yellow. HEX triplet: FB, A8 and 25. RGB value is (251,168,37). Sum of RGB (Red+Green+Blue) = 251+168+37=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA825 is #0457DA. Grayscale: #B2B2B2. Windows color (decimal): -284635 or 2468091. OLE color: 2468091.
HSL color Cylindrical-coordinate representation of color #FBA825: hue angle of 36.73º 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 #FBA825 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.02 |
| HSL | 36.73º | 0.96% | 0.56% | - |
| HSV(B) | 36.73º | 0.85% | 0.98% | - |
| XYZ | 54.12 | 48.65 | 8.29 | - |
| YUV | 177.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 37 | 0 | 0.33 | 0.85 | 0.02 | 36.73 | 0.96 | 0.56 |
| Hex | FB | A8 | 25 | 0 | 21 | 55 | 2 | 25 | 60 | 38 |
| Octal | 373 | 250 | 45 | 0 | 41 | 125 | 2 | 45 | 140 | 70 |
| Binary | 11111011 | 10101000 | 100101 | 0 | 100001 | 1010101 | 10 | 100101 | 1100000 | 111000 |
Color Harmonies of #FBA825
Complementary color
Monochromatic Colors of #FBA825
Black with #FBA825
Text Example
Text Example
White with #FBA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA825; }
p { color: rgb(251,168,37); }
H1.HeaderClassName
{
color: #FBA825;
}
.AnyTagClassName
{
color: #FBA825;
}
</style>
background-color css
<style>
a { background-color: #FBA825; }
a { background-color: rgb(251,168,37); }
div.DivClassName
{
background-color: #FBA825;
}
.BgClassName
{
background-color: #FBA825;
}
</style>
border-color css
<style>
span { border-color: #FBA825; }
span { border-color: rgb(251,168,37); }
td.TdClassName
{
border-color: #FBA825;
}
.TagClassName
{
border-color: #FBA825;
}
</style>