Shades of Lemon #FEF325
Tints of Lemon #FEF325
RGB
CMYK
RGB Variations
Color information
#FEF325 (or 0xFEF325) is known color: Lemon. HEX triplet: FE, F3 and 25. RGB value is (254,243,37). Sum of RGB (Red+Green+Blue) = 254+243+37=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 37 (14.84% from 255 or 6.93% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF325 is #010CDA. Grayscale: #DFDFDF. Windows color (decimal): -68827 or 2487294. OLE color: 2487294.
HSL color Cylindrical-coordinate representation of color #FEF325: hue angle of 56.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEF325 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 37 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.00 |
| HSL | 56.96º | 0.99% | 0.57% | - |
| HSV(B) | 56.96º | 0.85% | 1% | - |
| XYZ | 73.26 | 85.31 | 14.35 | - |
| YUV | 222.81 | 23.14 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 37 | 0 | 0.04 | 0.85 | 0.00 | 56.96 | 0.99 | 0.57 |
| Hex | FE | F3 | 25 | 0 | 4 | 55 | 0 | 39 | 63 | 39 |
| Octal | 376 | 363 | 45 | 0 | 4 | 125 | 0 | 71 | 143 | 71 |
| Binary | 11111110 | 11110011 | 100101 | 0 | 100 | 1010101 | 0 | 111001 | 1100011 | 111001 |
Color Harmonies of #FEF325
Complementary color
Monochromatic Colors of #FEF325
Black with #FEF325
Text Example
Text Example
White with #FEF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF325; }
p { color: rgb(254,243,37); }
H1.HeaderClassName
{
color: #FEF325;
}
.AnyTagClassName
{
color: #FEF325;
}
</style>
background-color css
<style>
a { background-color: #FEF325; }
a { background-color: rgb(254,243,37); }
div.DivClassName
{
background-color: #FEF325;
}
.BgClassName
{
background-color: #FEF325;
}
</style>
border-color css
<style>
span { border-color: #FEF325; }
span { border-color: rgb(254,243,37); }
td.TdClassName
{
border-color: #FEF325;
}
.TagClassName
{
border-color: #FEF325;
}
</style>