Shades of Lemon #FBF00F
Tints of Lemon #FBF00F
RGB
CMYK
RGB Variations
Color information
#FBF00F (or 0xFBF00F) is known color: Lemon. HEX triplet: FB, F0 and 0F. RGB value is (251,240,15). Sum of RGB (Red+Green+Blue) = 251+240+15=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 15 (6.25% from 255 or 2.96% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF00F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF00F is #040FF0. Grayscale: #DADADA. Windows color (decimal): -266225 or 1044731. OLE color: 1044731.
HSL color Cylindrical-coordinate representation of color #FBF00F: hue angle of 57.2º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBF00F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.02 |
| HSL | 57.2º | 0.97% | 0.52% | - |
| HSV(B) | 57.2º | 0.94% | 0.98% | - |
| XYZ | 71.03 | 82.86 | 12.7 | - |
| YUV | 217.64 | 13.64 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 15 | 0 | 0.04 | 0.94 | 0.02 | 57.2 | 0.97 | 0.52 |
| Hex | FB | F0 | F | 0 | 4 | 5E | 2 | 39 | 61 | 34 |
| Octal | 373 | 360 | 17 | 0 | 4 | 136 | 2 | 71 | 141 | 64 |
| Binary | 11111011 | 11110000 | 1111 | 0 | 100 | 1011110 | 10 | 111001 | 1100001 | 110100 |
Color Harmonies of #FBF00F
Complementary color
Monochromatic Colors of #FBF00F
Black with #FBF00F
Text Example
Text Example
White with #FBF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF00F; }
p { color: rgb(251,240,15); }
H1.HeaderClassName
{
color: #FBF00F;
}
.AnyTagClassName
{
color: #FBF00F;
}
</style>
background-color css
<style>
a { background-color: #FBF00F; }
a { background-color: rgb(251,240,15); }
div.DivClassName
{
background-color: #FBF00F;
}
.BgClassName
{
background-color: #FBF00F;
}
</style>
border-color css
<style>
span { border-color: #FBF00F; }
span { border-color: rgb(251,240,15); }
td.TdClassName
{
border-color: #FBF00F;
}
.TagClassName
{
border-color: #FBF00F;
}
</style>