Shades of Lemon #FFED03
Tints of Lemon #FFED03
RGB
CMYK
RGB Variations
Color information
#FFED03 (or 0xFFED03) is known color: Lemon. HEX triplet: FF, ED and 03. RGB value is (255,237,3). Sum of RGB (Red+Green+Blue) = 255+237+3=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 3 (1.56% from 255 or 0.61% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED03 is #0012FC. Grayscale: #D8D8D8. Windows color (decimal): -4861 or 257535. OLE color: 257535.
HSL color Cylindrical-coordinate representation of color #FFED03: hue angle of 55.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFED03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0 |
| HSL | 55.71º | 1% | 0.51% | - |
| HSV(B) | 55.71º | 0.99% | 1% | - |
| XYZ | 71.54 | 81.83 | 12.11 | - |
| YUV | 215.71 | 7.96 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 3 | 0 | 0.07 | 0.99 | 0 | 55.71 | 1 | 0.51 |
| Hex | FF | ED | 3 | 0 | 7 | 63 | 0 | 38 | 64 | 33 |
| Octal | 377 | 355 | 3 | 0 | 7 | 143 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11101101 | 11 | 0 | 111 | 1100011 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFED03
Complementary color
Monochromatic Colors of #FFED03
Black with #FFED03
Text Example
Text Example
White with #FFED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED03; }
p { color: rgb(255,237,3); }
H1.HeaderClassName
{
color: #FFED03;
}
.AnyTagClassName
{
color: #FFED03;
}
</style>
background-color css
<style>
a { background-color: #FFED03; }
a { background-color: rgb(255,237,3); }
div.DivClassName
{
background-color: #FFED03;
}
.BgClassName
{
background-color: #FFED03;
}
</style>
border-color css
<style>
span { border-color: #FFED03; }
span { border-color: rgb(255,237,3); }
td.TdClassName
{
border-color: #FFED03;
}
.TagClassName
{
border-color: #FFED03;
}
</style>