Shades of Lemon #FFFE1F
Tints of Lemon #FFFE1F
RGB
CMYK
RGB Variations
Color information
#FFFE1F (or 0xFFFE1F) is known color: Lemon. HEX triplet: FF, FE and 1F. RGB value is (255,254,31). Sum of RGB (Red+Green+Blue) = 255+254+31=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 31 (12.5% from 255 or 5.74% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE1F is #0001E0. Grayscale: #E5E5E5. Windows color (decimal): -481 or 2096895. OLE color: 2096895.
HSL color Cylindrical-coordinate representation of color #FFFE1F: hue angle of 59.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFFE1F is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 31 | - |
| CMYK | 0 | 0.00 | 0.88 | 0 |
| HSL | 59.73º | 1% | 0.56% | - |
| HSV(B) | 59.73º | 0.88% | 1% | - |
| XYZ | 76.93 | 92.24 | 15.05 | - |
| YUV | 228.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 31 | 0 | 0.00 | 0.88 | 0 | 59.73 | 1 | 0.56 |
| Hex | FF | FE | 1F | 0 | 0 | 58 | 0 | 3C | 64 | 38 |
| Octal | 377 | 376 | 37 | 0 | 0 | 130 | 0 | 74 | 144 | 70 |
| Binary | 11111111 | 11111110 | 11111 | 0 | 0 | 1011000 | 0 | 111100 | 1100100 | 111000 |
Color Harmonies of #FFFE1F
Complementary color
Monochromatic Colors of #FFFE1F
Black with #FFFE1F
Text Example
Text Example
White with #FFFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE1F; }
p { color: rgb(255,254,31); }
H1.HeaderClassName
{
color: #FFFE1F;
}
.AnyTagClassName
{
color: #FFFE1F;
}
</style>
background-color css
<style>
a { background-color: #FFFE1F; }
a { background-color: rgb(255,254,31); }
div.DivClassName
{
background-color: #FFFE1F;
}
.BgClassName
{
background-color: #FFFE1F;
}
</style>
border-color css
<style>
span { border-color: #FFFE1F; }
span { border-color: rgb(255,254,31); }
td.TdClassName
{
border-color: #FFFE1F;
}
.TagClassName
{
border-color: #FFFE1F;
}
</style>