Shades of Lemon #FBDF14
Tints of Lemon #FBDF14
RGB
CMYK
RGB Variations
Color information
#FBDF14 (or 0xFBDF14) is known color: Lemon. HEX triplet: FB, DF and 14. RGB value is (251,223,20). Sum of RGB (Red+Green+Blue) = 251+223+20=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF14 is #0420EB. Grayscale: #D1D1D1. Windows color (decimal): -270572 or 1368059. OLE color: 1368059.
HSL color Cylindrical-coordinate representation of color #FBDF14: hue angle of 52.73º 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 #FBDF14 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.02 |
| HSL | 52.73º | 0.97% | 0.53% | - |
| HSV(B) | 52.73º | 0.92% | 0.98% | - |
| XYZ | 66.3 | 73.34 | 11.32 | - |
| YUV | 208.23 | 21.78 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 20 | 0 | 0.11 | 0.92 | 0.02 | 52.73 | 0.97 | 0.53 |
| Hex | FB | DF | 14 | 0 | B | 5C | 2 | 35 | 61 | 35 |
| Octal | 373 | 337 | 24 | 0 | 13 | 134 | 2 | 65 | 141 | 65 |
| Binary | 11111011 | 11011111 | 10100 | 0 | 1011 | 1011100 | 10 | 110101 | 1100001 | 110101 |
Color Harmonies of #FBDF14
Complementary color
Monochromatic Colors of #FBDF14
Black with #FBDF14
Text Example
Text Example
White with #FBDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF14; }
p { color: rgb(251,223,20); }
H1.HeaderClassName
{
color: #FBDF14;
}
.AnyTagClassName
{
color: #FBDF14;
}
</style>
background-color css
<style>
a { background-color: #FBDF14; }
a { background-color: rgb(251,223,20); }
div.DivClassName
{
background-color: #FBDF14;
}
.BgClassName
{
background-color: #FBDF14;
}
</style>
border-color css
<style>
span { border-color: #FBDF14; }
span { border-color: rgb(251,223,20); }
td.TdClassName
{
border-color: #FBDF14;
}
.TagClassName
{
border-color: #FBDF14;
}
</style>