Shades of Lemon #FBDA18
Tints of Lemon #FBDA18
RGB
CMYK
RGB Variations
Color information
#FBDA18 (or 0xFBDA18) is known color: Lemon. HEX triplet: FB, DA and 18. RGB value is (251,218,24). Sum of RGB (Red+Green+Blue) = 251+218+24=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 24 (9.77% from 255 or 4.87% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDA18 is #0425E7. Grayscale: #CECECE. Windows color (decimal): -271848 or 1628923. OLE color: 1628923.
HSL color Cylindrical-coordinate representation of color #FBDA18: hue angle of 51.28º 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 #FBDA18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.02 |
| HSL | 51.28º | 0.97% | 0.54% | - |
| HSV(B) | 51.28º | 0.9% | 0.98% | - |
| XYZ | 65.02 | 70.72 | 11.09 | - |
| YUV | 205.75 | 25.43 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 24 | 0 | 0.13 | 0.90 | 0.02 | 51.28 | 0.97 | 0.54 |
| Hex | FB | DA | 18 | 0 | D | 5A | 2 | 33 | 61 | 36 |
| Octal | 373 | 332 | 30 | 0 | 15 | 132 | 2 | 63 | 141 | 66 |
| Binary | 11111011 | 11011010 | 11000 | 0 | 1101 | 1011010 | 10 | 110011 | 1100001 | 110110 |
Color Harmonies of #FBDA18
Complementary color
Monochromatic Colors of #FBDA18
Black with #FBDA18
Text Example
Text Example
White with #FBDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA18; }
p { color: rgb(251,218,24); }
H1.HeaderClassName
{
color: #FBDA18;
}
.AnyTagClassName
{
color: #FBDA18;
}
</style>
background-color css
<style>
a { background-color: #FBDA18; }
a { background-color: rgb(251,218,24); }
div.DivClassName
{
background-color: #FBDA18;
}
.BgClassName
{
background-color: #FBDA18;
}
</style>
border-color css
<style>
span { border-color: #FBDA18; }
span { border-color: rgb(251,218,24); }
td.TdClassName
{
border-color: #FBDA18;
}
.TagClassName
{
border-color: #FBDA18;
}
</style>