Shades of Lemon #FBDD1D
Tints of Lemon #FBDD1D
RGB
CMYK
RGB Variations
Color information
#FBDD1D (or 0xFBDD1D) is known color: Lemon. HEX triplet: FB, DD and 1D. RGB value is (251,221,29). Sum of RGB (Red+Green+Blue) = 251+221+29=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD1D is #0422E2. Grayscale: #D0D0D0. Windows color (decimal): -271075 or 1957371. OLE color: 1957371.
HSL color Cylindrical-coordinate representation of color #FBDD1D: hue angle of 51.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBDD1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 51.89º | 0.97% | 0.55% | - |
| HSV(B) | 51.89º | 0.88% | 0.98% | - |
| XYZ | 65.86 | 72.31 | 11.65 | - |
| YUV | 208.08 | 26.94 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 29 | 0 | 0.12 | 0.88 | 0.02 | 51.89 | 0.97 | 0.55 |
| Hex | FB | DD | 1D | 0 | C | 58 | 2 | 34 | 61 | 37 |
| Octal | 373 | 335 | 35 | 0 | 14 | 130 | 2 | 64 | 141 | 67 |
| Binary | 11111011 | 11011101 | 11101 | 0 | 1100 | 1011000 | 10 | 110100 | 1100001 | 110111 |
Color Harmonies of #FBDD1D
Complementary color
Monochromatic Colors of #FBDD1D
Black with #FBDD1D
Text Example
Text Example
White with #FBDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD1D; }
p { color: rgb(251,221,29); }
H1.HeaderClassName
{
color: #FBDD1D;
}
.AnyTagClassName
{
color: #FBDD1D;
}
</style>
background-color css
<style>
a { background-color: #FBDD1D; }
a { background-color: rgb(251,221,29); }
div.DivClassName
{
background-color: #FBDD1D;
}
.BgClassName
{
background-color: #FBDD1D;
}
</style>
border-color css
<style>
span { border-color: #FBDD1D; }
span { border-color: rgb(251,221,29); }
td.TdClassName
{
border-color: #FBDD1D;
}
.TagClassName
{
border-color: #FBDD1D;
}
</style>