Shades of Lemon #FBF919
Tints of Lemon #FBF919
RGB
CMYK
RGB Variations
Color information
#FBF919 (or 0xFBF919) is known color: Lemon. HEX triplet: FB, F9 and 19. RGB value is (251,249,25). Sum of RGB (Red+Green+Blue) = 251+249+25=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 25 (10.16% from 255 or 4.76% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF919 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF919 is #0406E6. Grayscale: #E0E0E0. Windows color (decimal): -263911 or 1702395. OLE color: 1702395.
HSL color Cylindrical-coordinate representation of color #FBF919: hue angle of 59.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBF919 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.02 |
| HSL | 59.47º | 0.97% | 0.54% | - |
| HSV(B) | 59.47º | 0.9% | 0.98% | - |
| XYZ | 73.83 | 88.33 | 14.08 | - |
| YUV | 224.06 | 15.66 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 25 | 0 | 0.01 | 0.90 | 0.02 | 59.47 | 0.97 | 0.54 |
| Hex | FB | F9 | 19 | 0 | 1 | 5A | 2 | 3B | 61 | 36 |
| Octal | 373 | 371 | 31 | 0 | 1 | 132 | 2 | 73 | 141 | 66 |
| Binary | 11111011 | 11111001 | 11001 | 0 | 1 | 1011010 | 10 | 111011 | 1100001 | 110110 |
Color Harmonies of #FBF919
Complementary color
Monochromatic Colors of #FBF919
Black with #FBF919
Text Example
Text Example
White with #FBF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF919; }
p { color: rgb(251,249,25); }
H1.HeaderClassName
{
color: #FBF919;
}
.AnyTagClassName
{
color: #FBF919;
}
</style>
background-color css
<style>
a { background-color: #FBF919; }
a { background-color: rgb(251,249,25); }
div.DivClassName
{
background-color: #FBF919;
}
.BgClassName
{
background-color: #FBF919;
}
</style>
border-color css
<style>
span { border-color: #FBF919; }
span { border-color: rgb(251,249,25); }
td.TdClassName
{
border-color: #FBF919;
}
.TagClassName
{
border-color: #FBF919;
}
</style>