Shades of Lemon #FBE00D
Tints of Lemon #FBE00D
RGB
CMYK
RGB Variations
Color information
#FBE00D (or 0xFBE00D) is known color: Lemon. HEX triplet: FB, E0 and 0D. RGB value is (251,224,13). Sum of RGB (Red+Green+Blue) = 251+224+13=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE00D is #041FF2. Grayscale: #D0D0D0. Windows color (decimal): -270323 or 909563. OLE color: 909563.
HSL color Cylindrical-coordinate representation of color #FBE00D: hue angle of 53.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBE00D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.02 |
| HSL | 53.19º | 0.97% | 0.52% | - |
| HSV(B) | 53.19º | 0.95% | 0.98% | - |
| XYZ | 66.51 | 73.85 | 11.13 | - |
| YUV | 208.02 | 17.95 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 13 | 0 | 0.11 | 0.95 | 0.02 | 53.19 | 0.97 | 0.52 |
| Hex | FB | E0 | D | 0 | B | 5F | 2 | 35 | 61 | 34 |
| Octal | 373 | 340 | 15 | 0 | 13 | 137 | 2 | 65 | 141 | 64 |
| Binary | 11111011 | 11100000 | 1101 | 0 | 1011 | 1011111 | 10 | 110101 | 1100001 | 110100 |
Color Harmonies of #FBE00D
Complementary color
Monochromatic Colors of #FBE00D
Black with #FBE00D
Text Example
Text Example
White with #FBE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE00D; }
p { color: rgb(251,224,13); }
H1.HeaderClassName
{
color: #FBE00D;
}
.AnyTagClassName
{
color: #FBE00D;
}
</style>
background-color css
<style>
a { background-color: #FBE00D; }
a { background-color: rgb(251,224,13); }
div.DivClassName
{
background-color: #FBE00D;
}
.BgClassName
{
background-color: #FBE00D;
}
</style>
border-color css
<style>
span { border-color: #FBE00D; }
span { border-color: rgb(251,224,13); }
td.TdClassName
{
border-color: #FBE00D;
}
.TagClassName
{
border-color: #FBE00D;
}
</style>