Shades of Lemon #FBF220
Tints of Lemon #FBF220
RGB
CMYK
RGB Variations
Color information
#FBF220 (or 0xFBF220) is known color: Lemon. HEX triplet: FB, F2 and 20. RGB value is (251,242,32). Sum of RGB (Red+Green+Blue) = 251+242+32=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 32 (12.89% from 255 or 6.10% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF220 is #040DDF. Grayscale: #DDDDDD. Windows color (decimal): -265696 or 2159355. OLE color: 2159355.
HSL color Cylindrical-coordinate representation of color #FBF220: hue angle of 57.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBF220 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.02 |
| HSL | 57.53º | 0.96% | 0.55% | - |
| HSV(B) | 57.53º | 0.87% | 0.98% | - |
| XYZ | 71.8 | 84.12 | 13.82 | - |
| YUV | 220.75 | 21.48 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 32 | 0 | 0.04 | 0.87 | 0.02 | 57.53 | 0.96 | 0.55 |
| Hex | FB | F2 | 20 | 0 | 4 | 57 | 2 | 3A | 60 | 37 |
| Octal | 373 | 362 | 40 | 0 | 4 | 127 | 2 | 72 | 140 | 67 |
| Binary | 11111011 | 11110010 | 100000 | 0 | 100 | 1010111 | 10 | 111010 | 1100000 | 110111 |
Color Harmonies of #FBF220
Complementary color
Monochromatic Colors of #FBF220
Black with #FBF220
Text Example
Text Example
White with #FBF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF220; }
p { color: rgb(251,242,32); }
H1.HeaderClassName
{
color: #FBF220;
}
.AnyTagClassName
{
color: #FBF220;
}
</style>
background-color css
<style>
a { background-color: #FBF220; }
a { background-color: rgb(251,242,32); }
div.DivClassName
{
background-color: #FBF220;
}
.BgClassName
{
background-color: #FBF220;
}
</style>
border-color css
<style>
span { border-color: #FBF220; }
span { border-color: rgb(251,242,32); }
td.TdClassName
{
border-color: #FBF220;
}
.TagClassName
{
border-color: #FBF220;
}
</style>