Shades of Lemon #FEF10C
Tints of Lemon #FEF10C
RGB
CMYK
RGB Variations
Color information
#FEF10C (or 0xFEF10C) is known color: Lemon. HEX triplet: FE, F1 and 0C. RGB value is (254,241,12). Sum of RGB (Red+Green+Blue) = 254+241+12=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 12 (5.08% from 255 or 2.37% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF10C is #010EF3. Grayscale: #DBDBDB. Windows color (decimal): -69364 or 848382. OLE color: 848382.
HSL color Cylindrical-coordinate representation of color #FEF10C: hue angle of 56.78º 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 #FEF10C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.00 |
| HSL | 56.78º | 0.99% | 0.52% | - |
| HSV(B) | 56.78º | 0.95% | 1% | - |
| XYZ | 72.39 | 84.01 | 12.75 | - |
| YUV | 218.78 | 11.31 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 12 | 0 | 0.05 | 0.95 | 0.00 | 56.78 | 0.99 | 0.52 |
| Hex | FE | F1 | C | 0 | 5 | 5F | 0 | 39 | 63 | 34 |
| Octal | 376 | 361 | 14 | 0 | 5 | 137 | 0 | 71 | 143 | 64 |
| Binary | 11111110 | 11110001 | 1100 | 0 | 101 | 1011111 | 0 | 111001 | 1100011 | 110100 |
Color Harmonies of #FEF10C
Complementary color
Monochromatic Colors of #FEF10C
Black with #FEF10C
Text Example
Text Example
White with #FEF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF10C; }
p { color: rgb(254,241,12); }
H1.HeaderClassName
{
color: #FEF10C;
}
.AnyTagClassName
{
color: #FEF10C;
}
</style>
background-color css
<style>
a { background-color: #FEF10C; }
a { background-color: rgb(254,241,12); }
div.DivClassName
{
background-color: #FEF10C;
}
.BgClassName
{
background-color: #FEF10C;
}
</style>
border-color css
<style>
span { border-color: #FEF10C; }
span { border-color: rgb(254,241,12); }
td.TdClassName
{
border-color: #FEF10C;
}
.TagClassName
{
border-color: #FEF10C;
}
</style>