Shades of Lemon #FBF10E
Tints of Lemon #FBF10E
RGB
CMYK
RGB Variations
Color information
#FBF10E (or 0xFBF10E) is known color: Lemon. HEX triplet: FB, F1 and 0E. RGB value is (251,241,14). Sum of RGB (Red+Green+Blue) = 251+241+14=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 14 (5.86% from 255 or 2.77% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF10E is #040EF1. Grayscale: #DBDBDB. Windows color (decimal): -265970 or 979451. OLE color: 979451.
HSL color Cylindrical-coordinate representation of color #FBF10E: hue angle of 57.47º 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 #FBF10E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.02 |
| HSL | 57.47º | 0.97% | 0.52% | - |
| HSV(B) | 57.47º | 0.94% | 0.98% | - |
| XYZ | 71.32 | 83.45 | 12.76 | - |
| YUV | 218.11 | 12.81 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 14 | 0 | 0.04 | 0.94 | 0.02 | 57.47 | 0.97 | 0.52 |
| Hex | FB | F1 | E | 0 | 4 | 5E | 2 | 39 | 61 | 34 |
| Octal | 373 | 361 | 16 | 0 | 4 | 136 | 2 | 71 | 141 | 64 |
| Binary | 11111011 | 11110001 | 1110 | 0 | 100 | 1011110 | 10 | 111001 | 1100001 | 110100 |
Color Harmonies of #FBF10E
Complementary color
Monochromatic Colors of #FBF10E
Black with #FBF10E
Text Example
Text Example
White with #FBF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF10E; }
p { color: rgb(251,241,14); }
H1.HeaderClassName
{
color: #FBF10E;
}
.AnyTagClassName
{
color: #FBF10E;
}
</style>
background-color css
<style>
a { background-color: #FBF10E; }
a { background-color: rgb(251,241,14); }
div.DivClassName
{
background-color: #FBF10E;
}
.BgClassName
{
background-color: #FBF10E;
}
</style>
border-color css
<style>
span { border-color: #FBF10E; }
span { border-color: rgb(251,241,14); }
td.TdClassName
{
border-color: #FBF10E;
}
.TagClassName
{
border-color: #FBF10E;
}
</style>