Shades of Lemon #FBDF11
Tints of Lemon #FBDF11
RGB
CMYK
RGB Variations
Color information
#FBDF11 (or 0xFBDF11) is known color: Lemon. HEX triplet: FB, DF and 11. RGB value is (251,223,17). Sum of RGB (Red+Green+Blue) = 251+223+17=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF11 is #0420EE. Grayscale: #D0D0D0. Windows color (decimal): -270575 or 1171451. OLE color: 1171451.
HSL color Cylindrical-coordinate representation of color #FBDF11: hue angle of 52.82º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBDF11 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.02 |
| HSL | 52.82º | 0.97% | 0.53% | - |
| HSV(B) | 52.82º | 0.93% | 0.98% | - |
| XYZ | 66.27 | 73.33 | 11.19 | - |
| YUV | 207.89 | 20.28 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 17 | 0 | 0.11 | 0.93 | 0.02 | 52.82 | 0.97 | 0.53 |
| Hex | FB | DF | 11 | 0 | B | 5D | 2 | 35 | 61 | 35 |
| Octal | 373 | 337 | 21 | 0 | 13 | 135 | 2 | 65 | 141 | 65 |
| Binary | 11111011 | 11011111 | 10001 | 0 | 1011 | 1011101 | 10 | 110101 | 1100001 | 110101 |
Color Harmonies of #FBDF11
Complementary color
Monochromatic Colors of #FBDF11
Black with #FBDF11
Text Example
Text Example
White with #FBDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF11; }
p { color: rgb(251,223,17); }
H1.HeaderClassName
{
color: #FBDF11;
}
.AnyTagClassName
{
color: #FBDF11;
}
</style>
background-color css
<style>
a { background-color: #FBDF11; }
a { background-color: rgb(251,223,17); }
div.DivClassName
{
background-color: #FBDF11;
}
.BgClassName
{
background-color: #FBDF11;
}
</style>
border-color css
<style>
span { border-color: #FBDF11; }
span { border-color: rgb(251,223,17); }
td.TdClassName
{
border-color: #FBDF11;
}
.TagClassName
{
border-color: #FBDF11;
}
</style>