Shades of Lemon #FFDA18
Tints of Lemon #FFDA18
RGB
CMYK
RGB Variations
Color information
#FFDA18 (or 0xFFDA18) is known color: Lemon. HEX triplet: FF, DA and 18. RGB value is (255,218,24). Sum of RGB (Red+Green+Blue) = 255+218+24=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 24 (9.77% from 255 or 4.83% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA18 is #0025E7. Grayscale: #CFCFCF. Windows color (decimal): -9704 or 1628927. OLE color: 1628927.
HSL color Cylindrical-coordinate representation of color #FFDA18: hue angle of 50.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDA18 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 24 | - |
| CMYK | 0 | 0.15 | 0.91 | 0 |
| HSL | 50.39º | 1% | 0.55% | - |
| HSV(B) | 50.39º | 0.91% | 1% | - |
| XYZ | 66.48 | 71.47 | 11.16 | - |
| YUV | 206.95 | 24.76 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 24 | 0 | 0.15 | 0.91 | 0 | 50.39 | 1 | 0.55 |
| Hex | FF | DA | 18 | 0 | F | 5B | 0 | 32 | 64 | 37 |
| Octal | 377 | 332 | 30 | 0 | 17 | 133 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11011010 | 11000 | 0 | 1111 | 1011011 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFDA18
Complementary color
Monochromatic Colors of #FFDA18
Black with #FFDA18
Text Example
Text Example
White with #FFDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA18; }
p { color: rgb(255,218,24); }
H1.HeaderClassName
{
color: #FFDA18;
}
.AnyTagClassName
{
color: #FFDA18;
}
</style>
background-color css
<style>
a { background-color: #FFDA18; }
a { background-color: rgb(255,218,24); }
div.DivClassName
{
background-color: #FFDA18;
}
.BgClassName
{
background-color: #FFDA18;
}
</style>
border-color css
<style>
span { border-color: #FFDA18; }
span { border-color: rgb(255,218,24); }
td.TdClassName
{
border-color: #FFDA18;
}
.TagClassName
{
border-color: #FFDA18;
}
</style>