Shades of Lemon #FEFC23
Tints of Lemon #FEFC23
RGB
CMYK
RGB Variations
Color information
#FEFC23 (or 0xFEFC23) is known color: Lemon. HEX triplet: FE, FC and 23. RGB value is (254,252,35). Sum of RGB (Red+Green+Blue) = 254+252+35=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 35 (14.06% from 255 or 6.47% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC23 is #0103DC. Grayscale: #E4E4E4. Windows color (decimal): -66525 or 2358526. OLE color: 2358526.
HSL color Cylindrical-coordinate representation of color #FEFC23: hue angle of 59.45º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEFC23 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 35 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.00 |
| HSL | 59.45º | 0.99% | 0.57% | - |
| HSV(B) | 59.45º | 0.86% | 1% | - |
| XYZ | 75.99 | 90.81 | 15.11 | - |
| YUV | 227.86 | 19.16 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 35 | 0 | 0.01 | 0.86 | 0.00 | 59.45 | 0.99 | 0.57 |
| Hex | FE | FC | 23 | 0 | 1 | 56 | 0 | 3B | 63 | 39 |
| Octal | 376 | 374 | 43 | 0 | 1 | 126 | 0 | 73 | 143 | 71 |
| Binary | 11111110 | 11111100 | 100011 | 0 | 1 | 1010110 | 0 | 111011 | 1100011 | 111001 |
Color Harmonies of #FEFC23
Complementary color
Monochromatic Colors of #FEFC23
Black with #FEFC23
Text Example
Text Example
White with #FEFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC23; }
p { color: rgb(254,252,35); }
H1.HeaderClassName
{
color: #FEFC23;
}
.AnyTagClassName
{
color: #FEFC23;
}
</style>
background-color css
<style>
a { background-color: #FEFC23; }
a { background-color: rgb(254,252,35); }
div.DivClassName
{
background-color: #FEFC23;
}
.BgClassName
{
background-color: #FEFC23;
}
</style>
border-color css
<style>
span { border-color: #FEFC23; }
span { border-color: rgb(254,252,35); }
td.TdClassName
{
border-color: #FEFC23;
}
.TagClassName
{
border-color: #FEFC23;
}
</style>