Shades of Lemon #FEDF12
Tints of Lemon #FEDF12
RGB
CMYK
RGB Variations
Color information
#FEDF12 (or 0xFEDF12) is known color: Lemon. HEX triplet: FE, DF and 12. RGB value is (254,223,18). Sum of RGB (Red+Green+Blue) = 254+223+18=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF12 is #0120ED. Grayscale: #D1D1D1. Windows color (decimal): -73966 or 1236990. OLE color: 1236990.
HSL color Cylindrical-coordinate representation of color #FEDF12: hue angle of 52.12º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEDF12 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.00 |
| HSL | 52.12º | 0.99% | 0.53% | - |
| HSV(B) | 52.12º | 0.93% | 1% | - |
| XYZ | 67.37 | 73.89 | 11.28 | - |
| YUV | 208.9 | 20.27 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 18 | 0 | 0.12 | 0.93 | 0.00 | 52.12 | 0.99 | 0.53 |
| Hex | FE | DF | 12 | 0 | C | 5D | 0 | 34 | 63 | 35 |
| Octal | 376 | 337 | 22 | 0 | 14 | 135 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011111 | 10010 | 0 | 1100 | 1011101 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDF12
Complementary color
Monochromatic Colors of #FEDF12
Black with #FEDF12
Text Example
Text Example
White with #FEDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF12; }
p { color: rgb(254,223,18); }
H1.HeaderClassName
{
color: #FEDF12;
}
.AnyTagClassName
{
color: #FEDF12;
}
</style>
background-color css
<style>
a { background-color: #FEDF12; }
a { background-color: rgb(254,223,18); }
div.DivClassName
{
background-color: #FEDF12;
}
.BgClassName
{
background-color: #FEDF12;
}
</style>
border-color css
<style>
span { border-color: #FEDF12; }
span { border-color: rgb(254,223,18); }
td.TdClassName
{
border-color: #FEDF12;
}
.TagClassName
{
border-color: #FEDF12;
}
</style>