Shades of Lemon #FDF912
Tints of Lemon #FDF912
RGB
CMYK
RGB Variations
Color information
#FDF912 (or 0xFDF912) is known color: Lemon. HEX triplet: FD, F9 and 12. RGB value is (253,249,18). Sum of RGB (Red+Green+Blue) = 253+249+18=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 18 (7.42% from 255 or 3.46% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF912 is #0206ED. Grayscale: #E0E0E0. Windows color (decimal): -132846 or 1243645. OLE color: 1243645.
HSL color Cylindrical-coordinate representation of color #FDF912: hue angle of 58.98º 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 #FDF912 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.01 |
| HSL | 58.98º | 0.98% | 0.53% | - |
| HSV(B) | 58.98º | 0.93% | 0.99% | - |
| XYZ | 74.49 | 88.68 | 13.76 | - |
| YUV | 223.86 | 11.83 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 18 | 0 | 0.02 | 0.93 | 0.01 | 58.98 | 0.98 | 0.53 |
| Hex | FD | F9 | 12 | 0 | 2 | 5D | 1 | 3B | 62 | 35 |
| Octal | 375 | 371 | 22 | 0 | 2 | 135 | 1 | 73 | 142 | 65 |
| Binary | 11111101 | 11111001 | 10010 | 0 | 10 | 1011101 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FDF912
Complementary color
Monochromatic Colors of #FDF912
Black with #FDF912
Text Example
Text Example
White with #FDF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF912; }
p { color: rgb(253,249,18); }
H1.HeaderClassName
{
color: #FDF912;
}
.AnyTagClassName
{
color: #FDF912;
}
</style>
background-color css
<style>
a { background-color: #FDF912; }
a { background-color: rgb(253,249,18); }
div.DivClassName
{
background-color: #FDF912;
}
.BgClassName
{
background-color: #FDF912;
}
</style>
border-color css
<style>
span { border-color: #FDF912; }
span { border-color: rgb(253,249,18); }
td.TdClassName
{
border-color: #FDF912;
}
.TagClassName
{
border-color: #FDF912;
}
</style>