Shades of Lemon #FEE30B
Tints of Lemon #FEE30B
RGB
CMYK
RGB Variations
Color information
#FEE30B (or 0xFEE30B) is known color: Lemon. HEX triplet: FE, E3 and 0B. RGB value is (254,227,11). Sum of RGB (Red+Green+Blue) = 254+227+11=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE30B is #011CF4. Grayscale: #D3D3D3. Windows color (decimal): -72949 or 779262. OLE color: 779262.
HSL color Cylindrical-coordinate representation of color #FEE30B: hue angle of 53.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE30B is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 11 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.00 |
| HSL | 53.33º | 0.99% | 0.52% | - |
| HSV(B) | 53.33º | 0.96% | 1% | - |
| XYZ | 68.4 | 76.03 | 11.39 | - |
| YUV | 210.45 | 15.45 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 11 | 0 | 0.11 | 0.96 | 0.00 | 53.33 | 0.99 | 0.52 |
| Hex | FE | E3 | B | 0 | B | 60 | 0 | 35 | 63 | 34 |
| Octal | 376 | 343 | 13 | 0 | 13 | 140 | 0 | 65 | 143 | 64 |
| Binary | 11111110 | 11100011 | 1011 | 0 | 1011 | 1100000 | 0 | 110101 | 1100011 | 110100 |
Color Harmonies of #FEE30B
Complementary color
Monochromatic Colors of #FEE30B
Black with #FEE30B
Text Example
Text Example
White with #FEE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE30B; }
p { color: rgb(254,227,11); }
H1.HeaderClassName
{
color: #FEE30B;
}
.AnyTagClassName
{
color: #FEE30B;
}
</style>
background-color css
<style>
a { background-color: #FEE30B; }
a { background-color: rgb(254,227,11); }
div.DivClassName
{
background-color: #FEE30B;
}
.BgClassName
{
background-color: #FEE30B;
}
</style>
border-color css
<style>
span { border-color: #FEE30B; }
span { border-color: rgb(254,227,11); }
td.TdClassName
{
border-color: #FEE30B;
}
.TagClassName
{
border-color: #FEE30B;
}
</style>