Shades of Lemon #FFDA12
Tints of Lemon #FFDA12
RGB
CMYK
RGB Variations
Color information
#FFDA12 (or 0xFFDA12) is known color: Lemon. HEX triplet: FF, DA and 12. RGB value is (255,218,18). Sum of RGB (Red+Green+Blue) = 255+218+18=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA12 is #0025ED. Grayscale: #CFCFCF. Windows color (decimal): -9710 or 1235711. OLE color: 1235711.
HSL color Cylindrical-coordinate representation of color #FFDA12: hue angle of 50.63º 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 #FFDA12 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 18 | - |
| CMYK | 0 | 0.15 | 0.93 | 0 |
| HSL | 50.63º | 1% | 0.54% | - |
| HSV(B) | 50.63º | 0.93% | 1% | - |
| XYZ | 66.42 | 71.45 | 10.86 | - |
| YUV | 206.26 | 21.76 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 18 | 0 | 0.15 | 0.93 | 0 | 50.63 | 1 | 0.54 |
| Hex | FF | DA | 12 | 0 | F | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 332 | 22 | 0 | 17 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011010 | 10010 | 0 | 1111 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDA12
Complementary color
Monochromatic Colors of #FFDA12
Black with #FFDA12
Text Example
Text Example
White with #FFDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA12; }
p { color: rgb(255,218,18); }
H1.HeaderClassName
{
color: #FFDA12;
}
.AnyTagClassName
{
color: #FFDA12;
}
</style>
background-color css
<style>
a { background-color: #FFDA12; }
a { background-color: rgb(255,218,18); }
div.DivClassName
{
background-color: #FFDA12;
}
.BgClassName
{
background-color: #FFDA12;
}
</style>
border-color css
<style>
span { border-color: #FFDA12; }
span { border-color: rgb(255,218,18); }
td.TdClassName
{
border-color: #FFDA12;
}
.TagClassName
{
border-color: #FFDA12;
}
</style>