Shades of Lemon #FBDB17
Tints of Lemon #FBDB17
RGB
CMYK
RGB Variations
Color information
#FBDB17 (or 0xFBDB17) is known color: Lemon. HEX triplet: FB, DB and 17. RGB value is (251,219,23). Sum of RGB (Red+Green+Blue) = 251+219+23=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 23 (9.38% from 255 or 4.67% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB17 is #0424E8. Grayscale: #CFCFCF. Windows color (decimal): -271593 or 1563643. OLE color: 1563643.
HSL color Cylindrical-coordinate representation of color #FBDB17: hue angle of 51.58º 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 #FBDB17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 23 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.02 |
| HSL | 51.58º | 0.97% | 0.54% | - |
| HSV(B) | 51.58º | 0.91% | 0.98% | - |
| XYZ | 65.27 | 71.23 | 11.12 | - |
| YUV | 206.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 23 | 0 | 0.13 | 0.91 | 0.02 | 51.58 | 0.97 | 0.54 |
| Hex | FB | DB | 17 | 0 | D | 5B | 2 | 34 | 61 | 36 |
| Octal | 373 | 333 | 27 | 0 | 15 | 133 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011011 | 10111 | 0 | 1101 | 1011011 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDB17
Complementary color
Monochromatic Colors of #FBDB17
Black with #FBDB17
Text Example
Text Example
White with #FBDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB17; }
p { color: rgb(251,219,23); }
H1.HeaderClassName
{
color: #FBDB17;
}
.AnyTagClassName
{
color: #FBDB17;
}
</style>
background-color css
<style>
a { background-color: #FBDB17; }
a { background-color: rgb(251,219,23); }
div.DivClassName
{
background-color: #FBDB17;
}
.BgClassName
{
background-color: #FBDB17;
}
</style>
border-color css
<style>
span { border-color: #FBDB17; }
span { border-color: rgb(251,219,23); }
td.TdClassName
{
border-color: #FBDB17;
}
.TagClassName
{
border-color: #FBDB17;
}
</style>