Shades of Lemon #FEF31B
Tints of Lemon #FEF31B
RGB
CMYK
RGB Variations
Color information
#FEF31B (or 0xFEF31B) is known color: Lemon. HEX triplet: FE, F3 and 1B. RGB value is (254,243,27). Sum of RGB (Red+Green+Blue) = 254+243+27=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 27 (10.94% from 255 or 5.15% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF31B is #010CE4. Grayscale: #DEDEDE. Windows color (decimal): -68837 or 1831934. OLE color: 1831934.
HSL color Cylindrical-coordinate representation of color #FEF31B: hue angle of 57.09º 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 #FEF31B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.00 |
| HSL | 57.09º | 0.99% | 0.55% | - |
| HSV(B) | 57.09º | 0.89% | 1% | - |
| XYZ | 73.12 | 85.25 | 13.64 | - |
| YUV | 221.67 | 18.14 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 27 | 0 | 0.04 | 0.89 | 0.00 | 57.09 | 0.99 | 0.55 |
| Hex | FE | F3 | 1B | 0 | 4 | 59 | 0 | 39 | 63 | 37 |
| Octal | 376 | 363 | 33 | 0 | 4 | 131 | 0 | 71 | 143 | 67 |
| Binary | 11111110 | 11110011 | 11011 | 0 | 100 | 1011001 | 0 | 111001 | 1100011 | 110111 |
Color Harmonies of #FEF31B
Complementary color
Monochromatic Colors of #FEF31B
Black with #FEF31B
Text Example
Text Example
White with #FEF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF31B; }
p { color: rgb(254,243,27); }
H1.HeaderClassName
{
color: #FEF31B;
}
.AnyTagClassName
{
color: #FEF31B;
}
</style>
background-color css
<style>
a { background-color: #FEF31B; }
a { background-color: rgb(254,243,27); }
div.DivClassName
{
background-color: #FEF31B;
}
.BgClassName
{
background-color: #FEF31B;
}
</style>
border-color css
<style>
span { border-color: #FEF31B; }
span { border-color: rgb(254,243,27); }
td.TdClassName
{
border-color: #FEF31B;
}
.TagClassName
{
border-color: #FEF31B;
}
</style>