Shades of Lemon #FBED0D
Tints of Lemon #FBED0D
RGB
CMYK
RGB Variations
Color information
#FBED0D (or 0xFBED0D) is known color: Lemon. HEX triplet: FB, ED and 0D. RGB value is (251,237,13). Sum of RGB (Red+Green+Blue) = 251+237+13=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 13 (5.47% from 255 or 2.59% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED0D is #0412F2. Grayscale: #D8D8D8. Windows color (decimal): -266995 or 912891. OLE color: 912891.
HSL color Cylindrical-coordinate representation of color #FBED0D: hue angle of 56.47º 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 #FBED0D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.02 |
| HSL | 56.47º | 0.97% | 0.52% | - |
| HSV(B) | 56.47º | 0.95% | 0.98% | - |
| XYZ | 70.14 | 81.11 | 12.34 | - |
| YUV | 215.65 | 13.64 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 13 | 0 | 0.06 | 0.95 | 0.02 | 56.47 | 0.97 | 0.52 |
| Hex | FB | ED | D | 0 | 6 | 5F | 2 | 38 | 61 | 34 |
| Octal | 373 | 355 | 15 | 0 | 6 | 137 | 2 | 70 | 141 | 64 |
| Binary | 11111011 | 11101101 | 1101 | 0 | 110 | 1011111 | 10 | 111000 | 1100001 | 110100 |
Color Harmonies of #FBED0D
Complementary color
Monochromatic Colors of #FBED0D
Black with #FBED0D
Text Example
Text Example
White with #FBED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED0D; }
p { color: rgb(251,237,13); }
H1.HeaderClassName
{
color: #FBED0D;
}
.AnyTagClassName
{
color: #FBED0D;
}
</style>
background-color css
<style>
a { background-color: #FBED0D; }
a { background-color: rgb(251,237,13); }
div.DivClassName
{
background-color: #FBED0D;
}
.BgClassName
{
background-color: #FBED0D;
}
</style>
border-color css
<style>
span { border-color: #FBED0D; }
span { border-color: rgb(251,237,13); }
td.TdClassName
{
border-color: #FBED0D;
}
.TagClassName
{
border-color: #FBED0D;
}
</style>