Shades of Lemon #FBF512
Tints of Lemon #FBF512
RGB
CMYK
RGB Variations
Color information
#FBF512 (or 0xFBF512) is known color: Lemon. HEX triplet: FB, F5 and 12. RGB value is (251,245,18). Sum of RGB (Red+Green+Blue) = 251+245+18=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 18 (7.42% from 255 or 3.50% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF512 is #040AED. Grayscale: #DDDDDD. Windows color (decimal): -264942 or 1242619. OLE color: 1242619.
HSL color Cylindrical-coordinate representation of color #FBF512: hue angle of 58.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBF512 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.02 |
| HSL | 58.45º | 0.97% | 0.53% | - |
| HSV(B) | 58.45º | 0.93% | 0.98% | - |
| XYZ | 72.55 | 85.86 | 13.32 | - |
| YUV | 220.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 18 | 0 | 0.02 | 0.93 | 0.02 | 58.45 | 0.97 | 0.53 |
| Hex | FB | F5 | 12 | 0 | 2 | 5D | 2 | 3A | 61 | 35 |
| Octal | 373 | 365 | 22 | 0 | 2 | 135 | 2 | 72 | 141 | 65 |
| Binary | 11111011 | 11110101 | 10010 | 0 | 10 | 1011101 | 10 | 111010 | 1100001 | 110101 |
Color Harmonies of #FBF512
Complementary color
Monochromatic Colors of #FBF512
Black with #FBF512
Text Example
Text Example
White with #FBF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF512; }
p { color: rgb(251,245,18); }
H1.HeaderClassName
{
color: #FBF512;
}
.AnyTagClassName
{
color: #FBF512;
}
</style>
background-color css
<style>
a { background-color: #FBF512; }
a { background-color: rgb(251,245,18); }
div.DivClassName
{
background-color: #FBF512;
}
.BgClassName
{
background-color: #FBF512;
}
</style>
border-color css
<style>
span { border-color: #FBF512; }
span { border-color: rgb(251,245,18); }
td.TdClassName
{
border-color: #FBF512;
}
.TagClassName
{
border-color: #FBF512;
}
</style>