Shades of Lemon #FFED02
Tints of Lemon #FFED02
RGB
CMYK
RGB Variations
Color information
#FFED02 (or 0xFFED02) is known color: Lemon. HEX triplet: FF, ED and 02. RGB value is (255,237,2). Sum of RGB (Red+Green+Blue) = 255+237+2=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 2 (1.17% from 255 or 0.40% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED02 is #0012FD. Grayscale: #D8D8D8. Windows color (decimal): -4862 or 191999. OLE color: 191999.
HSL color Cylindrical-coordinate representation of color #FFED02: hue angle of 55.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFED02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0 |
| HSL | 55.73º | 1% | 0.5% | - |
| HSV(B) | 55.73º | 0.99% | 1% | - |
| XYZ | 71.54 | 81.83 | 12.08 | - |
| YUV | 215.59 | 7.46 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 2 | 0 | 0.07 | 0.99 | 0 | 55.73 | 1 | 0.5 |
| Hex | FF | ED | 2 | 0 | 7 | 63 | 0 | 38 | 64 | 32 |
| Octal | 377 | 355 | 2 | 0 | 7 | 143 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11101101 | 10 | 0 | 111 | 1100011 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFED02
Complementary color
Monochromatic Colors of #FFED02
Black with #FFED02
Text Example
Text Example
White with #FFED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED02; }
p { color: rgb(255,237,2); }
H1.HeaderClassName
{
color: #FFED02;
}
.AnyTagClassName
{
color: #FFED02;
}
</style>
background-color css
<style>
a { background-color: #FFED02; }
a { background-color: rgb(255,237,2); }
div.DivClassName
{
background-color: #FFED02;
}
.BgClassName
{
background-color: #FFED02;
}
</style>
border-color css
<style>
span { border-color: #FFED02; }
span { border-color: rgb(255,237,2); }
td.TdClassName
{
border-color: #FFED02;
}
.TagClassName
{
border-color: #FFED02;
}
</style>