Shades of Lemon #FFDA13
Tints of Lemon #FFDA13
RGB
CMYK
RGB Variations
Color information
#FFDA13 (or 0xFFDA13) is known color: Lemon. HEX triplet: FF, DA and 13. RGB value is (255,218,19). Sum of RGB (Red+Green+Blue) = 255+218+19=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA13 is #0025EC. Grayscale: #CFCFCF. Windows color (decimal): -9709 or 1301247. OLE color: 1301247.
HSL color Cylindrical-coordinate representation of color #FFDA13: hue angle of 50.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDA13 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 19 | - |
| CMYK | 0 | 0.15 | 0.93 | 0 |
| HSL | 50.59º | 1% | 0.54% | - |
| HSV(B) | 50.59º | 0.93% | 1% | - |
| XYZ | 66.43 | 71.45 | 10.91 | - |
| YUV | 206.38 | 22.26 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 19 | 0 | 0.15 | 0.93 | 0 | 50.59 | 1 | 0.54 |
| Hex | FF | DA | 13 | 0 | F | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 332 | 23 | 0 | 17 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011010 | 10011 | 0 | 1111 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDA13
Complementary color
Monochromatic Colors of #FFDA13
Black with #FFDA13
Text Example
Text Example
White with #FFDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA13; }
p { color: rgb(255,218,19); }
H1.HeaderClassName
{
color: #FFDA13;
}
.AnyTagClassName
{
color: #FFDA13;
}
</style>
background-color css
<style>
a { background-color: #FFDA13; }
a { background-color: rgb(255,218,19); }
div.DivClassName
{
background-color: #FFDA13;
}
.BgClassName
{
background-color: #FFDA13;
}
</style>
border-color css
<style>
span { border-color: #FFDA13; }
span { border-color: rgb(255,218,19); }
td.TdClassName
{
border-color: #FFDA13;
}
.TagClassName
{
border-color: #FFDA13;
}
</style>