Shades of Lemon #FEE706
Tints of Lemon #FEE706
RGB
CMYK
RGB Variations
Color information
#FEE706 (or 0xFEE706) is known color: Lemon. HEX triplet: FE, E7 and 06. RGB value is (254,231,6). Sum of RGB (Red+Green+Blue) = 254+231+6=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 6 (2.73% from 255 or 1.22% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE706 is #0118F9. Grayscale: #D5D5D5. Windows color (decimal): -71930 or 452606. OLE color: 452606.
HSL color Cylindrical-coordinate representation of color #FEE706: hue angle of 54.44º 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 #FEE706 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.00 |
| HSL | 54.44º | 0.99% | 0.51% | - |
| HSV(B) | 54.44º | 0.98% | 1% | - |
| XYZ | 69.48 | 78.24 | 11.61 | - |
| YUV | 212.23 | 11.62 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 6 | 0 | 0.09 | 0.98 | 0.00 | 54.44 | 0.99 | 0.51 |
| Hex | FE | E7 | 6 | 0 | 9 | 62 | 0 | 36 | 63 | 33 |
| Octal | 376 | 347 | 6 | 0 | 11 | 142 | 0 | 66 | 143 | 63 |
| Binary | 11111110 | 11100111 | 110 | 0 | 1001 | 1100010 | 0 | 110110 | 1100011 | 110011 |
Color Harmonies of #FEE706
Complementary color
Monochromatic Colors of #FEE706
Black with #FEE706
Text Example
Text Example
White with #FEE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE706; }
p { color: rgb(254,231,6); }
H1.HeaderClassName
{
color: #FEE706;
}
.AnyTagClassName
{
color: #FEE706;
}
</style>
background-color css
<style>
a { background-color: #FEE706; }
a { background-color: rgb(254,231,6); }
div.DivClassName
{
background-color: #FEE706;
}
.BgClassName
{
background-color: #FEE706;
}
</style>
border-color css
<style>
span { border-color: #FEE706; }
span { border-color: rgb(254,231,6); }
td.TdClassName
{
border-color: #FEE706;
}
.TagClassName
{
border-color: #FEE706;
}
</style>