Shades of Lemon #FEF206
Tints of Lemon #FEF206
RGB
CMYK
RGB Variations
Color information
#FEF206 (or 0xFEF206) is known color: Lemon. HEX triplet: FE, F2 and 06. RGB value is (254,242,6). Sum of RGB (Red+Green+Blue) = 254+242+6=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 6 (2.73% from 255 or 1.20% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF206 is #010DF9. Grayscale: #DBDBDB. Windows color (decimal): -69114 or 455422. OLE color: 455422.
HSL color Cylindrical-coordinate representation of color #FEF206: hue angle of 57.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEF206 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 6 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.00 |
| HSL | 57.1º | 0.99% | 0.51% | - |
| HSV(B) | 57.1º | 0.98% | 1% | - |
| XYZ | 72.66 | 84.59 | 12.67 | - |
| YUV | 218.68 | 7.98 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 6 | 0 | 0.05 | 0.98 | 0.00 | 57.1 | 0.99 | 0.51 |
| Hex | FE | F2 | 6 | 0 | 5 | 62 | 0 | 39 | 63 | 33 |
| Octal | 376 | 362 | 6 | 0 | 5 | 142 | 0 | 71 | 143 | 63 |
| Binary | 11111110 | 11110010 | 110 | 0 | 101 | 1100010 | 0 | 111001 | 1100011 | 110011 |
Color Harmonies of #FEF206
Complementary color
Monochromatic Colors of #FEF206
Black with #FEF206
Text Example
Text Example
White with #FEF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF206; }
p { color: rgb(254,242,6); }
H1.HeaderClassName
{
color: #FEF206;
}
.AnyTagClassName
{
color: #FEF206;
}
</style>
background-color css
<style>
a { background-color: #FEF206; }
a { background-color: rgb(254,242,6); }
div.DivClassName
{
background-color: #FEF206;
}
.BgClassName
{
background-color: #FEF206;
}
</style>
border-color css
<style>
span { border-color: #FEF206; }
span { border-color: rgb(254,242,6); }
td.TdClassName
{
border-color: #FEF206;
}
.TagClassName
{
border-color: #FEF206;
}
</style>