Shades of Lemon #FBDC17
Tints of Lemon #FBDC17
RGB
CMYK
RGB Variations
Color information
#FBDC17 (or 0xFBDC17) is known color: Lemon. HEX triplet: FB, DC and 17. RGB value is (251,220,23). Sum of RGB (Red+Green+Blue) = 251+220+23=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC17 is #0423E8. Grayscale: #CFCFCF. Windows color (decimal): -271337 or 1563899. OLE color: 1563899.
HSL color Cylindrical-coordinate representation of color #FBDC17: hue angle of 51.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBDC17 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 23 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.02 |
| HSL | 51.84º | 0.97% | 0.54% | - |
| HSV(B) | 51.84º | 0.91% | 0.98% | - |
| XYZ | 65.53 | 71.76 | 11.21 | - |
| YUV | 206.81 | 24.27 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 23 | 0 | 0.12 | 0.91 | 0.02 | 51.84 | 0.97 | 0.54 |
| Hex | FB | DC | 17 | 0 | C | 5B | 2 | 34 | 61 | 36 |
| Octal | 373 | 334 | 27 | 0 | 14 | 133 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011100 | 10111 | 0 | 1100 | 1011011 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDC17
Complementary color
Monochromatic Colors of #FBDC17
Black with #FBDC17
Text Example
Text Example
White with #FBDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC17; }
p { color: rgb(251,220,23); }
H1.HeaderClassName
{
color: #FBDC17;
}
.AnyTagClassName
{
color: #FBDC17;
}
</style>
background-color css
<style>
a { background-color: #FBDC17; }
a { background-color: rgb(251,220,23); }
div.DivClassName
{
background-color: #FBDC17;
}
.BgClassName
{
background-color: #FBDC17;
}
</style>
border-color css
<style>
span { border-color: #FBDC17; }
span { border-color: rgb(251,220,23); }
td.TdClassName
{
border-color: #FBDC17;
}
.TagClassName
{
border-color: #FBDC17;
}
</style>