Shades of Lemon #FFDA16
Tints of Lemon #FFDA16
RGB
CMYK
RGB Variations
Color information
#FFDA16 (or 0xFFDA16) is known color: Lemon. HEX triplet: FF, DA and 16. RGB value is (255,218,22). Sum of RGB (Red+Green+Blue) = 255+218+22=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA16 is #0025E9. Grayscale: #CFCFCF. Windows color (decimal): -9706 or 1497855. OLE color: 1497855.
HSL color Cylindrical-coordinate representation of color #FFDA16: hue angle of 50.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDA16 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0 |
| HSL | 50.47º | 1% | 0.54% | - |
| HSV(B) | 50.47º | 0.91% | 1% | - |
| XYZ | 66.46 | 71.46 | 11.05 | - |
| YUV | 206.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 22 | 0 | 0.15 | 0.91 | 0 | 50.47 | 1 | 0.54 |
| Hex | FF | DA | 16 | 0 | F | 5B | 0 | 32 | 64 | 36 |
| Octal | 377 | 332 | 26 | 0 | 17 | 133 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11011010 | 10110 | 0 | 1111 | 1011011 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFDA16
Complementary color
Monochromatic Colors of #FFDA16
Black with #FFDA16
Text Example
Text Example
White with #FFDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA16; }
p { color: rgb(255,218,22); }
H1.HeaderClassName
{
color: #FFDA16;
}
.AnyTagClassName
{
color: #FFDA16;
}
</style>
background-color css
<style>
a { background-color: #FFDA16; }
a { background-color: rgb(255,218,22); }
div.DivClassName
{
background-color: #FFDA16;
}
.BgClassName
{
background-color: #FFDA16;
}
</style>
border-color css
<style>
span { border-color: #FFDA16; }
span { border-color: rgb(255,218,22); }
td.TdClassName
{
border-color: #FFDA16;
}
.TagClassName
{
border-color: #FFDA16;
}
</style>