Shades of Lemon #FEFB1D
Tints of Lemon #FEFB1D
RGB
CMYK
RGB Variations
Color information
#FEFB1D (or 0xFEFB1D) is known color: Lemon. HEX triplet: FE, FB and 1D. RGB value is (254,251,29). Sum of RGB (Red+Green+Blue) = 254+251+29=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 29 (11.72% from 255 or 5.43% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB1D is #0104E2. Grayscale: #E3E3E3. Windows color (decimal): -66787 or 1965054. OLE color: 1965054.
HSL color Cylindrical-coordinate representation of color #FEFB1D: hue angle of 59.2º 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 #FEFB1D is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 29 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.00 |
| HSL | 59.2º | 0.99% | 0.55% | - |
| HSV(B) | 59.2º | 0.89% | 1% | - |
| XYZ | 75.59 | 90.15 | 14.58 | - |
| YUV | 226.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 29 | 0 | 0.01 | 0.89 | 0.00 | 59.2 | 0.99 | 0.55 |
| Hex | FE | FB | 1D | 0 | 1 | 59 | 0 | 3B | 63 | 37 |
| Octal | 376 | 373 | 35 | 0 | 1 | 131 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111011 | 11101 | 0 | 1 | 1011001 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFB1D
Complementary color
Monochromatic Colors of #FEFB1D
Black with #FEFB1D
Text Example
Text Example
White with #FEFB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB1D; }
p { color: rgb(254,251,29); }
H1.HeaderClassName
{
color: #FEFB1D;
}
.AnyTagClassName
{
color: #FEFB1D;
}
</style>
background-color css
<style>
a { background-color: #FEFB1D; }
a { background-color: rgb(254,251,29); }
div.DivClassName
{
background-color: #FEFB1D;
}
.BgClassName
{
background-color: #FEFB1D;
}
</style>
border-color css
<style>
span { border-color: #FEFB1D; }
span { border-color: rgb(254,251,29); }
td.TdClassName
{
border-color: #FEFB1D;
}
.TagClassName
{
border-color: #FEFB1D;
}
</style>