Shades of Lemon #FDE712
Tints of Lemon #FDE712
RGB
CMYK
RGB Variations
Color information
#FDE712 (or 0xFDE712) is known color: Lemon. HEX triplet: FD, E7 and 12. RGB value is (253,231,18). Sum of RGB (Red+Green+Blue) = 253+231+18=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE712 is #0218ED. Grayscale: #D6D6D6. Windows color (decimal): -137454 or 1239037. OLE color: 1239037.
HSL color Cylindrical-coordinate representation of color #FDE712: hue angle of 54.38º 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 #FDE712 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 18 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.01 |
| HSL | 54.38º | 0.98% | 0.53% | - |
| HSV(B) | 54.38º | 0.93% | 0.99% | - |
| XYZ | 69.19 | 78.08 | 12 | - |
| YUV | 213.3 | 17.79 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 18 | 0 | 0.09 | 0.93 | 0.01 | 54.38 | 0.98 | 0.53 |
| Hex | FD | E7 | 12 | 0 | 9 | 5D | 1 | 36 | 62 | 35 |
| Octal | 375 | 347 | 22 | 0 | 11 | 135 | 1 | 66 | 142 | 65 |
| Binary | 11111101 | 11100111 | 10010 | 0 | 1001 | 1011101 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FDE712
Complementary color
Monochromatic Colors of #FDE712
Black with #FDE712
Text Example
Text Example
White with #FDE712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE712; }
p { color: rgb(253,231,18); }
H1.HeaderClassName
{
color: #FDE712;
}
.AnyTagClassName
{
color: #FDE712;
}
</style>
background-color css
<style>
a { background-color: #FDE712; }
a { background-color: rgb(253,231,18); }
div.DivClassName
{
background-color: #FDE712;
}
.BgClassName
{
background-color: #FDE712;
}
</style>
border-color css
<style>
span { border-color: #FDE712; }
span { border-color: rgb(253,231,18); }
td.TdClassName
{
border-color: #FDE712;
}
.TagClassName
{
border-color: #FDE712;
}
</style>