Shades of Lemon #FEF321
Tints of Lemon #FEF321
RGB
CMYK
RGB Variations
Color information
#FEF321 (or 0xFEF321) is known color: Lemon. HEX triplet: FE, F3 and 21. RGB value is (254,243,33). Sum of RGB (Red+Green+Blue) = 254+243+33=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 33 (13.28% from 255 or 6.23% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF321 is #010CDE. Grayscale: #DFDFDF. Windows color (decimal): -68831 or 2225150. OLE color: 2225150.
HSL color Cylindrical-coordinate representation of color #FEF321: hue angle of 57.01º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEF321 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 33 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.00 |
| HSL | 57.01º | 0.99% | 0.56% | - |
| HSV(B) | 57.01º | 0.87% | 1% | - |
| XYZ | 73.2 | 85.28 | 14.04 | - |
| YUV | 222.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 33 | 0 | 0.04 | 0.87 | 0.00 | 57.01 | 0.99 | 0.56 |
| Hex | FE | F3 | 21 | 0 | 4 | 57 | 0 | 39 | 63 | 38 |
| Octal | 376 | 363 | 41 | 0 | 4 | 127 | 0 | 71 | 143 | 70 |
| Binary | 11111110 | 11110011 | 100001 | 0 | 100 | 1010111 | 0 | 111001 | 1100011 | 111000 |
Color Harmonies of #FEF321
Complementary color
Monochromatic Colors of #FEF321
Black with #FEF321
Text Example
Text Example
White with #FEF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF321; }
p { color: rgb(254,243,33); }
H1.HeaderClassName
{
color: #FEF321;
}
.AnyTagClassName
{
color: #FEF321;
}
</style>
background-color css
<style>
a { background-color: #FEF321; }
a { background-color: rgb(254,243,33); }
div.DivClassName
{
background-color: #FEF321;
}
.BgClassName
{
background-color: #FEF321;
}
</style>
border-color css
<style>
span { border-color: #FEF321; }
span { border-color: rgb(254,243,33); }
td.TdClassName
{
border-color: #FEF321;
}
.TagClassName
{
border-color: #FEF321;
}
</style>