Shades of Lemon #FEDF0C
Tints of Lemon #FEDF0C
RGB
CMYK
RGB Variations
Color information
#FEDF0C (or 0xFEDF0C) is known color: Lemon. HEX triplet: FE, DF and 0C. RGB value is (254,223,12). Sum of RGB (Red+Green+Blue) = 254+223+12=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF0C is #0120F3. Grayscale: #D1D1D1. Windows color (decimal): -73972 or 843774. OLE color: 843774.
HSL color Cylindrical-coordinate representation of color #FEDF0C: hue angle of 52.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEDF0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.00 |
| HSL | 52.31º | 0.99% | 0.52% | - |
| HSV(B) | 52.31º | 0.95% | 1% | - |
| XYZ | 67.33 | 73.87 | 11.06 | - |
| YUV | 208.22 | 17.27 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 12 | 0 | 0.12 | 0.95 | 0.00 | 52.31 | 0.99 | 0.52 |
| Hex | FE | DF | C | 0 | C | 5F | 0 | 34 | 63 | 34 |
| Octal | 376 | 337 | 14 | 0 | 14 | 137 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011111 | 1100 | 0 | 1100 | 1011111 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDF0C
Complementary color
Monochromatic Colors of #FEDF0C
Black with #FEDF0C
Text Example
Text Example
White with #FEDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF0C; }
p { color: rgb(254,223,12); }
H1.HeaderClassName
{
color: #FEDF0C;
}
.AnyTagClassName
{
color: #FEDF0C;
}
</style>
background-color css
<style>
a { background-color: #FEDF0C; }
a { background-color: rgb(254,223,12); }
div.DivClassName
{
background-color: #FEDF0C;
}
.BgClassName
{
background-color: #FEDF0C;
}
</style>
border-color css
<style>
span { border-color: #FEDF0C; }
span { border-color: rgb(254,223,12); }
td.TdClassName
{
border-color: #FEDF0C;
}
.TagClassName
{
border-color: #FEDF0C;
}
</style>