Shades of Lemon #FDF812
Tints of Lemon #FDF812
RGB
CMYK
RGB Variations
Color information
#FDF812 (or 0xFDF812) is known color: Lemon. HEX triplet: FD, F8 and 12. RGB value is (253,248,18). Sum of RGB (Red+Green+Blue) = 253+248+18=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 18 (7.42% from 255 or 3.47% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF812 is #0207ED. Grayscale: #E0E0E0. Windows color (decimal): -133102 or 1243389. OLE color: 1243389.
HSL color Cylindrical-coordinate representation of color #FDF812: hue angle of 58.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDF812 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.01 |
| HSL | 58.72º | 0.98% | 0.53% | - |
| HSV(B) | 58.72º | 0.93% | 0.99% | - |
| XYZ | 74.18 | 88.06 | 13.66 | - |
| YUV | 223.28 | 12.16 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 18 | 0 | 0.02 | 0.93 | 0.01 | 58.72 | 0.98 | 0.53 |
| Hex | FD | F8 | 12 | 0 | 2 | 5D | 1 | 3B | 62 | 35 |
| Octal | 375 | 370 | 22 | 0 | 2 | 135 | 1 | 73 | 142 | 65 |
| Binary | 11111101 | 11111000 | 10010 | 0 | 10 | 1011101 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FDF812
Complementary color
Monochromatic Colors of #FDF812
Black with #FDF812
Text Example
Text Example
White with #FDF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF812; }
p { color: rgb(253,248,18); }
H1.HeaderClassName
{
color: #FDF812;
}
.AnyTagClassName
{
color: #FDF812;
}
</style>
background-color css
<style>
a { background-color: #FDF812; }
a { background-color: rgb(253,248,18); }
div.DivClassName
{
background-color: #FDF812;
}
.BgClassName
{
background-color: #FDF812;
}
</style>
border-color css
<style>
span { border-color: #FDF812; }
span { border-color: rgb(253,248,18); }
td.TdClassName
{
border-color: #FDF812;
}
.TagClassName
{
border-color: #FDF812;
}
</style>