Shades of Lemon #FBDD14
Tints of Lemon #FBDD14
RGB
CMYK
RGB Variations
Color information
#FBDD14 (or 0xFBDD14) is known color: Lemon. HEX triplet: FB, DD and 14. RGB value is (251,221,20). Sum of RGB (Red+Green+Blue) = 251+221+20=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD14 is #0422EB. Grayscale: #CFCFCF. Windows color (decimal): -271084 or 1367547. OLE color: 1367547.
HSL color Cylindrical-coordinate representation of color #FBDD14: hue angle of 52.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBDD14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.02 |
| HSL | 52.21º | 0.97% | 0.53% | - |
| HSV(B) | 52.21º | 0.92% | 0.98% | - |
| XYZ | 65.77 | 72.27 | 11.15 | - |
| YUV | 207.06 | 22.44 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 20 | 0 | 0.12 | 0.92 | 0.02 | 52.21 | 0.97 | 0.53 |
| Hex | FB | DD | 14 | 0 | C | 5C | 2 | 34 | 61 | 35 |
| Octal | 373 | 335 | 24 | 0 | 14 | 134 | 2 | 64 | 141 | 65 |
| Binary | 11111011 | 11011101 | 10100 | 0 | 1100 | 1011100 | 10 | 110100 | 1100001 | 110101 |
Color Harmonies of #FBDD14
Complementary color
Monochromatic Colors of #FBDD14
Black with #FBDD14
Text Example
Text Example
White with #FBDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD14; }
p { color: rgb(251,221,20); }
H1.HeaderClassName
{
color: #FBDD14;
}
.AnyTagClassName
{
color: #FBDD14;
}
</style>
background-color css
<style>
a { background-color: #FBDD14; }
a { background-color: rgb(251,221,20); }
div.DivClassName
{
background-color: #FBDD14;
}
.BgClassName
{
background-color: #FBDD14;
}
</style>
border-color css
<style>
span { border-color: #FBDD14; }
span { border-color: rgb(251,221,20); }
td.TdClassName
{
border-color: #FBDD14;
}
.TagClassName
{
border-color: #FBDD14;
}
</style>