Shades of Lemon #FEF61B
Tints of Lemon #FEF61B
RGB
CMYK
RGB Variations
Color information
#FEF61B (or 0xFEF61B) is known color: Lemon. HEX triplet: FE, F6 and 1B. RGB value is (254,246,27). Sum of RGB (Red+Green+Blue) = 254+246+27=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 27 (10.94% from 255 or 5.12% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF61B is #0109E4. Grayscale: #E0E0E0. Windows color (decimal): -68069 or 1832702. OLE color: 1832702.
HSL color Cylindrical-coordinate representation of color #FEF61B: hue angle of 57.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEF61B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.00 |
| HSL | 57.89º | 0.99% | 0.55% | - |
| HSV(B) | 57.89º | 0.89% | 1% | - |
| XYZ | 74.03 | 87.06 | 13.94 | - |
| YUV | 223.43 | 17.15 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 27 | 0 | 0.03 | 0.89 | 0.00 | 57.89 | 0.99 | 0.55 |
| Hex | FE | F6 | 1B | 0 | 3 | 59 | 0 | 3A | 63 | 37 |
| Octal | 376 | 366 | 33 | 0 | 3 | 131 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110110 | 11011 | 0 | 11 | 1011001 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF61B
Complementary color
Monochromatic Colors of #FEF61B
Black with #FEF61B
Text Example
Text Example
White with #FEF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF61B; }
p { color: rgb(254,246,27); }
H1.HeaderClassName
{
color: #FEF61B;
}
.AnyTagClassName
{
color: #FEF61B;
}
</style>
background-color css
<style>
a { background-color: #FEF61B; }
a { background-color: rgb(254,246,27); }
div.DivClassName
{
background-color: #FEF61B;
}
.BgClassName
{
background-color: #FEF61B;
}
</style>
border-color css
<style>
span { border-color: #FEF61B; }
span { border-color: rgb(254,246,27); }
td.TdClassName
{
border-color: #FEF61B;
}
.TagClassName
{
border-color: #FEF61B;
}
</style>