Shades of Lemon #FEFB1C
Tints of Lemon #FEFB1C
RGB
CMYK
RGB Variations
Color information
#FEFB1C (or 0xFEFB1C) is known color: Lemon. HEX triplet: FE, FB and 1C. RGB value is (254,251,28). Sum of RGB (Red+Green+Blue) = 254+251+28=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 28 (11.33% from 255 or 5.25% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB1C is #0104E3. Grayscale: #E3E3E3. Windows color (decimal): -66788 or 1899518. OLE color: 1899518.
HSL color Cylindrical-coordinate representation of color #FEFB1C: 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 #FEFB1C is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 28 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.00 |
| HSL | 59.2º | 0.99% | 0.55% | - |
| HSV(B) | 59.2º | 0.89% | 1% | - |
| XYZ | 75.58 | 90.15 | 14.52 | - |
| YUV | 226.48 | 15.99 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 28 | 0 | 0.01 | 0.89 | 0.00 | 59.2 | 0.99 | 0.55 |
| Hex | FE | FB | 1C | 0 | 1 | 59 | 0 | 3B | 63 | 37 |
| Octal | 376 | 373 | 34 | 0 | 1 | 131 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111011 | 11100 | 0 | 1 | 1011001 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFB1C
Complementary color
Monochromatic Colors of #FEFB1C
Black with #FEFB1C
Text Example
Text Example
White with #FEFB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB1C; }
p { color: rgb(254,251,28); }
H1.HeaderClassName
{
color: #FEFB1C;
}
.AnyTagClassName
{
color: #FEFB1C;
}
</style>
background-color css
<style>
a { background-color: #FEFB1C; }
a { background-color: rgb(254,251,28); }
div.DivClassName
{
background-color: #FEFB1C;
}
.BgClassName
{
background-color: #FEFB1C;
}
</style>
border-color css
<style>
span { border-color: #FEFB1C; }
span { border-color: rgb(254,251,28); }
td.TdClassName
{
border-color: #FEFB1C;
}
.TagClassName
{
border-color: #FEFB1C;
}
</style>