Shades of Lemon #FEF309
Tints of Lemon #FEF309
RGB
CMYK
RGB Variations
Color information
#FEF309 (or 0xFEF309) is known color: Lemon. HEX triplet: FE, F3 and 09. RGB value is (254,243,9). Sum of RGB (Red+Green+Blue) = 254+243+9=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 9 (3.91% from 255 or 1.78% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF309 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF309 is #010CF6. Grayscale: #DCDCDC. Windows color (decimal): -68855 or 652286. OLE color: 652286.
HSL color Cylindrical-coordinate representation of color #FEF309: hue angle of 57.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEF309 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.00 |
| HSL | 57.31º | 0.99% | 0.52% | - |
| HSV(B) | 57.31º | 0.96% | 1% | - |
| XYZ | 72.97 | 85.19 | 12.86 | - |
| YUV | 219.61 | 9.14 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 9 | 0 | 0.04 | 0.96 | 0.00 | 57.31 | 0.99 | 0.52 |
| Hex | FE | F3 | 9 | 0 | 4 | 60 | 0 | 39 | 63 | 34 |
| Octal | 376 | 363 | 11 | 0 | 4 | 140 | 0 | 71 | 143 | 64 |
| Binary | 11111110 | 11110011 | 1001 | 0 | 100 | 1100000 | 0 | 111001 | 1100011 | 110100 |
Color Harmonies of #FEF309
Complementary color
Monochromatic Colors of #FEF309
Black with #FEF309
Text Example
Text Example
White with #FEF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF309; }
p { color: rgb(254,243,9); }
H1.HeaderClassName
{
color: #FEF309;
}
.AnyTagClassName
{
color: #FEF309;
}
</style>
background-color css
<style>
a { background-color: #FEF309; }
a { background-color: rgb(254,243,9); }
div.DivClassName
{
background-color: #FEF309;
}
.BgClassName
{
background-color: #FEF309;
}
</style>
border-color css
<style>
span { border-color: #FEF309; }
span { border-color: rgb(254,243,9); }
td.TdClassName
{
border-color: #FEF309;
}
.TagClassName
{
border-color: #FEF309;
}
</style>