Shades of Lemon #FFDA14
Tints of Lemon #FFDA14
RGB
CMYK
RGB Variations
Color information
#FFDA14 (or 0xFFDA14) is known color: Lemon. HEX triplet: FF, DA and 14. RGB value is (255,218,20). Sum of RGB (Red+Green+Blue) = 255+218+20=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA14 is #0025EB. Grayscale: #CFCFCF. Windows color (decimal): -9708 or 1366783. OLE color: 1366783.
HSL color Cylindrical-coordinate representation of color #FFDA14: hue angle of 50.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFDA14 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0 |
| HSL | 50.55º | 1% | 0.54% | - |
| HSV(B) | 50.55º | 0.92% | 1% | - |
| XYZ | 66.44 | 71.45 | 10.95 | - |
| YUV | 206.49 | 22.76 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 20 | 0 | 0.15 | 0.92 | 0 | 50.55 | 1 | 0.54 |
| Hex | FF | DA | 14 | 0 | F | 5C | 0 | 33 | 64 | 36 |
| Octal | 377 | 332 | 24 | 0 | 17 | 134 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011010 | 10100 | 0 | 1111 | 1011100 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDA14
Complementary color
Monochromatic Colors of #FFDA14
Black with #FFDA14
Text Example
Text Example
White with #FFDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA14; }
p { color: rgb(255,218,20); }
H1.HeaderClassName
{
color: #FFDA14;
}
.AnyTagClassName
{
color: #FFDA14;
}
</style>
background-color css
<style>
a { background-color: #FFDA14; }
a { background-color: rgb(255,218,20); }
div.DivClassName
{
background-color: #FFDA14;
}
.BgClassName
{
background-color: #FFDA14;
}
</style>
border-color css
<style>
span { border-color: #FFDA14; }
span { border-color: rgb(255,218,20); }
td.TdClassName
{
border-color: #FFDA14;
}
.TagClassName
{
border-color: #FFDA14;
}
</style>