Shades of Lemon #FDE708
Tints of Lemon #FDE708
RGB
CMYK
RGB Variations
Color information
#FDE708 (or 0xFDE708) is known color: Lemon. HEX triplet: FD, E7 and 08. RGB value is (253,231,8). Sum of RGB (Red+Green+Blue) = 253+231+8=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 8 (3.52% from 255 or 1.63% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE708 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE708 is #0218F7. Grayscale: #D5D5D5. Windows color (decimal): -137464 or 583677. OLE color: 583677.
HSL color Cylindrical-coordinate representation of color #FDE708: hue angle of 54.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDE708 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 8 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.01 |
| HSL | 54.61º | 0.98% | 0.51% | - |
| HSV(B) | 54.61º | 0.97% | 0.99% | - |
| XYZ | 69.13 | 78.05 | 11.65 | - |
| YUV | 212.16 | 12.79 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 8 | 0 | 0.09 | 0.97 | 0.01 | 54.61 | 0.98 | 0.51 |
| Hex | FD | E7 | 8 | 0 | 9 | 61 | 1 | 37 | 62 | 33 |
| Octal | 375 | 347 | 10 | 0 | 11 | 141 | 1 | 67 | 142 | 63 |
| Binary | 11111101 | 11100111 | 1000 | 0 | 1001 | 1100001 | 1 | 110111 | 1100010 | 110011 |
Color Harmonies of #FDE708
Complementary color
Monochromatic Colors of #FDE708
Black with #FDE708
Text Example
Text Example
White with #FDE708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE708; }
p { color: rgb(253,231,8); }
H1.HeaderClassName
{
color: #FDE708;
}
.AnyTagClassName
{
color: #FDE708;
}
</style>
background-color css
<style>
a { background-color: #FDE708; }
a { background-color: rgb(253,231,8); }
div.DivClassName
{
background-color: #FDE708;
}
.BgClassName
{
background-color: #FDE708;
}
</style>
border-color css
<style>
span { border-color: #FDE708; }
span { border-color: rgb(253,231,8); }
td.TdClassName
{
border-color: #FDE708;
}
.TagClassName
{
border-color: #FDE708;
}
</style>