Shades of Lemon #FFD813
Tints of Lemon #FFD813
RGB
CMYK
RGB Variations
Color information
#FFD813 (or 0xFFD813) is known color: Lemon. HEX triplet: FF, D8 and 13. RGB value is (255,216,19). Sum of RGB (Red+Green+Blue) = 255+216+19=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 19 (7.81% from 255 or 3.88% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD813 is #0027EC. Grayscale: #CECECE. Windows color (decimal): -10221 or 1300735. OLE color: 1300735.
HSL color Cylindrical-coordinate representation of color #FFD813: hue angle of 50.08º 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 #FFD813 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 19 | - |
| CMYK | 0 | 0.15 | 0.93 | 0 |
| HSL | 50.08º | 1% | 0.54% | - |
| HSV(B) | 50.08º | 0.93% | 1% | - |
| XYZ | 65.91 | 70.42 | 10.73 | - |
| YUV | 205.2 | 22.92 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 19 | 0 | 0.15 | 0.93 | 0 | 50.08 | 1 | 0.54 |
| Hex | FF | D8 | 13 | 0 | F | 5D | 0 | 32 | 64 | 36 |
| Octal | 377 | 330 | 23 | 0 | 17 | 135 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11011000 | 10011 | 0 | 1111 | 1011101 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD813
Complementary color
Monochromatic Colors of #FFD813
Black with #FFD813
Text Example
Text Example
White with #FFD813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD813; }
p { color: rgb(255,216,19); }
H1.HeaderClassName
{
color: #FFD813;
}
.AnyTagClassName
{
color: #FFD813;
}
</style>
background-color css
<style>
a { background-color: #FFD813; }
a { background-color: rgb(255,216,19); }
div.DivClassName
{
background-color: #FFD813;
}
.BgClassName
{
background-color: #FFD813;
}
</style>
border-color css
<style>
span { border-color: #FFD813; }
span { border-color: rgb(255,216,19); }
td.TdClassName
{
border-color: #FFD813;
}
.TagClassName
{
border-color: #FFD813;
}
</style>