Shades of Lemon #FBF020
Tints of Lemon #FBF020
RGB
CMYK
RGB Variations
Color information
#FBF020 (or 0xFBF020) is known color: Lemon. HEX triplet: FB, F0 and 20. RGB value is (251,240,32). Sum of RGB (Red+Green+Blue) = 251+240+32=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 32 (12.89% from 255 or 6.12% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF020 is #040FDF. Grayscale: #DCDCDC. Windows color (decimal): -266208 or 2158843. OLE color: 2158843.
HSL color Cylindrical-coordinate representation of color #FBF020: hue angle of 56.99º 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 #FBF020 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.02 |
| HSL | 56.99º | 0.96% | 0.55% | - |
| HSV(B) | 56.99º | 0.87% | 0.98% | - |
| XYZ | 71.2 | 82.93 | 13.62 | - |
| YUV | 219.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 32 | 0 | 0.04 | 0.87 | 0.02 | 56.99 | 0.96 | 0.55 |
| Hex | FB | F0 | 20 | 0 | 4 | 57 | 2 | 39 | 60 | 37 |
| Octal | 373 | 360 | 40 | 0 | 4 | 127 | 2 | 71 | 140 | 67 |
| Binary | 11111011 | 11110000 | 100000 | 0 | 100 | 1010111 | 10 | 111001 | 1100000 | 110111 |
Color Harmonies of #FBF020
Complementary color
Monochromatic Colors of #FBF020
Black with #FBF020
Text Example
Text Example
White with #FBF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF020; }
p { color: rgb(251,240,32); }
H1.HeaderClassName
{
color: #FBF020;
}
.AnyTagClassName
{
color: #FBF020;
}
</style>
background-color css
<style>
a { background-color: #FBF020; }
a { background-color: rgb(251,240,32); }
div.DivClassName
{
background-color: #FBF020;
}
.BgClassName
{
background-color: #FBF020;
}
</style>
border-color css
<style>
span { border-color: #FBF020; }
span { border-color: rgb(251,240,32); }
td.TdClassName
{
border-color: #FBF020;
}
.TagClassName
{
border-color: #FBF020;
}
</style>