Shades of Lemon #FDEF08
Tints of Lemon #FDEF08
RGB
CMYK
RGB Variations
Color information
#FDEF08 (or 0xFDEF08) is known color: Lemon. HEX triplet: FD, EF and 08. RGB value is (253,239,8). Sum of RGB (Red+Green+Blue) = 253+239+8=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 8 (3.52% from 255 or 1.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEF08 is #0210F7. Grayscale: #D9D9D9. Windows color (decimal): -135416 or 585725. OLE color: 585725.
HSL color Cylindrical-coordinate representation of color #FDEF08: hue angle of 56.57º 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 #FDEF08 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 8 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.01 |
| HSL | 56.57º | 0.98% | 0.51% | - |
| HSV(B) | 56.57º | 0.97% | 0.99% | - |
| XYZ | 71.42 | 82.63 | 12.42 | - |
| YUV | 216.85 | 10.14 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 8 | 0 | 0.06 | 0.97 | 0.01 | 56.57 | 0.98 | 0.51 |
| Hex | FD | EF | 8 | 0 | 6 | 61 | 1 | 39 | 62 | 33 |
| Octal | 375 | 357 | 10 | 0 | 6 | 141 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11101111 | 1000 | 0 | 110 | 1100001 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDEF08
Complementary color
Monochromatic Colors of #FDEF08
Black with #FDEF08
Text Example
Text Example
White with #FDEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF08; }
p { color: rgb(253,239,8); }
H1.HeaderClassName
{
color: #FDEF08;
}
.AnyTagClassName
{
color: #FDEF08;
}
</style>
background-color css
<style>
a { background-color: #FDEF08; }
a { background-color: rgb(253,239,8); }
div.DivClassName
{
background-color: #FDEF08;
}
.BgClassName
{
background-color: #FDEF08;
}
</style>
border-color css
<style>
span { border-color: #FDEF08; }
span { border-color: rgb(253,239,8); }
td.TdClassName
{
border-color: #FDEF08;
}
.TagClassName
{
border-color: #FDEF08;
}
</style>