Shades of Lemon #FBDE1C
Tints of Lemon #FBDE1C
RGB
CMYK
RGB Variations
Color information
#FBDE1C (or 0xFBDE1C) is known color: Lemon. HEX triplet: FB, DE and 1C. RGB value is (251,222,28). Sum of RGB (Red+Green+Blue) = 251+222+28=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 28 (11.33% from 255 or 5.59% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDE1C is #0421E3. Grayscale: #D1D1D1. Windows color (decimal): -270820 or 1892091. OLE color: 1892091.
HSL color Cylindrical-coordinate representation of color #FBDE1C: hue angle of 52.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBDE1C is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 28 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.02 |
| HSL | 52.2º | 0.97% | 0.55% | - |
| HSV(B) | 52.2º | 0.89% | 0.98% | - |
| XYZ | 66.11 | 72.84 | 11.67 | - |
| YUV | 208.56 | 26.11 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 28 | 0 | 0.12 | 0.89 | 0.02 | 52.2 | 0.97 | 0.55 |
| Hex | FB | DE | 1C | 0 | C | 59 | 2 | 34 | 61 | 37 |
| Octal | 373 | 336 | 34 | 0 | 14 | 131 | 2 | 64 | 141 | 67 |
| Binary | 11111011 | 11011110 | 11100 | 0 | 1100 | 1011001 | 10 | 110100 | 1100001 | 110111 |
Color Harmonies of #FBDE1C
Complementary color
Monochromatic Colors of #FBDE1C
Black with #FBDE1C
Text Example
Text Example
White with #FBDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDE1C; }
p { color: rgb(251,222,28); }
H1.HeaderClassName
{
color: #FBDE1C;
}
.AnyTagClassName
{
color: #FBDE1C;
}
</style>
background-color css
<style>
a { background-color: #FBDE1C; }
a { background-color: rgb(251,222,28); }
div.DivClassName
{
background-color: #FBDE1C;
}
.BgClassName
{
background-color: #FBDE1C;
}
</style>
border-color css
<style>
span { border-color: #FBDE1C; }
span { border-color: rgb(251,222,28); }
td.TdClassName
{
border-color: #FBDE1C;
}
.TagClassName
{
border-color: #FBDE1C;
}
</style>