Shades of Lemon #FBDC18
Tints of Lemon #FBDC18
RGB
CMYK
RGB Variations
Color information
#FBDC18 (or 0xFBDC18) is known color: Lemon. HEX triplet: FB, DC and 18. RGB value is (251,220,24). Sum of RGB (Red+Green+Blue) = 251+220+24=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 24 (9.77% from 255 or 4.85% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC18 is #0423E7. Grayscale: #CFCFCF. Windows color (decimal): -271336 or 1629435. OLE color: 1629435.
HSL color Cylindrical-coordinate representation of color #FBDC18: hue angle of 51.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBDC18 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.02 |
| HSL | 51.81º | 0.97% | 0.54% | - |
| HSV(B) | 51.81º | 0.9% | 0.98% | - |
| XYZ | 65.54 | 71.76 | 11.26 | - |
| YUV | 206.93 | 24.77 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 24 | 0 | 0.12 | 0.90 | 0.02 | 51.81 | 0.97 | 0.54 |
| Hex | FB | DC | 18 | 0 | C | 5A | 2 | 34 | 61 | 36 |
| Octal | 373 | 334 | 30 | 0 | 14 | 132 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011100 | 11000 | 0 | 1100 | 1011010 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDC18
Complementary color
Monochromatic Colors of #FBDC18
Black with #FBDC18
Text Example
Text Example
White with #FBDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC18; }
p { color: rgb(251,220,24); }
H1.HeaderClassName
{
color: #FBDC18;
}
.AnyTagClassName
{
color: #FBDC18;
}
</style>
background-color css
<style>
a { background-color: #FBDC18; }
a { background-color: rgb(251,220,24); }
div.DivClassName
{
background-color: #FBDC18;
}
.BgClassName
{
background-color: #FBDC18;
}
</style>
border-color css
<style>
span { border-color: #FBDC18; }
span { border-color: rgb(251,220,24); }
td.TdClassName
{
border-color: #FBDC18;
}
.TagClassName
{
border-color: #FBDC18;
}
</style>