Shades of Lemon #FBF516
Tints of Lemon #FBF516
RGB
CMYK
RGB Variations
Color information
#FBF516 (or 0xFBF516) is known color: Lemon. HEX triplet: FB, F5 and 16. RGB value is (251,245,22). Sum of RGB (Red+Green+Blue) = 251+245+22=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 22 (8.98% from 255 or 4.25% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF516 is #040AE9. Grayscale: #DEDEDE. Windows color (decimal): -264938 or 1504763. OLE color: 1504763.
HSL color Cylindrical-coordinate representation of color #FBF516: hue angle of 58.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBF516 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.02 |
| HSL | 58.43º | 0.97% | 0.54% | - |
| HSV(B) | 58.43º | 0.91% | 0.98% | - |
| XYZ | 72.58 | 85.87 | 13.51 | - |
| YUV | 221.37 | 15.49 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 22 | 0 | 0.02 | 0.91 | 0.02 | 58.43 | 0.97 | 0.54 |
| Hex | FB | F5 | 16 | 0 | 2 | 5B | 2 | 3A | 61 | 36 |
| Octal | 373 | 365 | 26 | 0 | 2 | 133 | 2 | 72 | 141 | 66 |
| Binary | 11111011 | 11110101 | 10110 | 0 | 10 | 1011011 | 10 | 111010 | 1100001 | 110110 |
Color Harmonies of #FBF516
Complementary color
Monochromatic Colors of #FBF516
Black with #FBF516
Text Example
Text Example
White with #FBF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF516; }
p { color: rgb(251,245,22); }
H1.HeaderClassName
{
color: #FBF516;
}
.AnyTagClassName
{
color: #FBF516;
}
</style>
background-color css
<style>
a { background-color: #FBF516; }
a { background-color: rgb(251,245,22); }
div.DivClassName
{
background-color: #FBF516;
}
.BgClassName
{
background-color: #FBF516;
}
</style>
border-color css
<style>
span { border-color: #FBF516; }
span { border-color: rgb(251,245,22); }
td.TdClassName
{
border-color: #FBF516;
}
.TagClassName
{
border-color: #FBF516;
}
</style>