Shades of Lemon #FEF322
Tints of Lemon #FEF322
RGB
CMYK
RGB Variations
Color information
#FEF322 (or 0xFEF322) is known color: Lemon. HEX triplet: FE, F3 and 22. RGB value is (254,243,34). Sum of RGB (Red+Green+Blue) = 254+243+34=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 34 (13.67% from 255 or 6.40% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF322 is #010CDD. Grayscale: #DFDFDF. Windows color (decimal): -68830 or 2290686. OLE color: 2290686.
HSL color Cylindrical-coordinate representation of color #FEF322: hue angle of 57º 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 #FEF322 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 34 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.00 |
| HSL | 57º | 0.99% | 0.56% | - |
| HSV(B) | 57º | 0.87% | 1% | - |
| XYZ | 73.21 | 85.29 | 14.12 | - |
| YUV | 222.46 | 21.64 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 34 | 0 | 0.04 | 0.87 | 0.00 | 57 | 0.99 | 0.56 |
| Hex | FE | F3 | 22 | 0 | 4 | 57 | 0 | 39 | 63 | 38 |
| Octal | 376 | 363 | 42 | 0 | 4 | 127 | 0 | 71 | 143 | 70 |
| Binary | 11111110 | 11110011 | 100010 | 0 | 100 | 1010111 | 0 | 111001 | 1100011 | 111000 |
Color Harmonies of #FEF322
Complementary color
Monochromatic Colors of #FEF322
Black with #FEF322
Text Example
Text Example
White with #FEF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF322; }
p { color: rgb(254,243,34); }
H1.HeaderClassName
{
color: #FEF322;
}
.AnyTagClassName
{
color: #FEF322;
}
</style>
background-color css
<style>
a { background-color: #FEF322; }
a { background-color: rgb(254,243,34); }
div.DivClassName
{
background-color: #FEF322;
}
.BgClassName
{
background-color: #FEF322;
}
</style>
border-color css
<style>
span { border-color: #FEF322; }
span { border-color: rgb(254,243,34); }
td.TdClassName
{
border-color: #FEF322;
}
.TagClassName
{
border-color: #FEF322;
}
</style>