Shades of Lemon #FFF31E
Tints of Lemon #FFF31E
RGB
CMYK
RGB Variations
Color information
#FFF31E (or 0xFFF31E) is known color: Lemon. HEX triplet: FF, F3 and 1E. RGB value is (255,243,30). Sum of RGB (Red+Green+Blue) = 255+243+30=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 30 (12.11% from 255 or 5.68% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF31E is #000CE1. Grayscale: #DFDFDF. Windows color (decimal): -3298 or 2028543. OLE color: 2028543.
HSL color Cylindrical-coordinate representation of color #FFF31E: hue angle of 56.8º 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 #FFF31E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 30 | - |
| CMYK | 0 | 0.05 | 0.88 | 0 |
| HSL | 56.8º | 1% | 0.56% | - |
| HSV(B) | 56.8º | 0.88% | 1% | - |
| XYZ | 73.52 | 85.45 | 13.85 | - |
| YUV | 222.31 | 19.48 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 30 | 0 | 0.05 | 0.88 | 0 | 56.8 | 1 | 0.56 |
| Hex | FF | F3 | 1E | 0 | 5 | 58 | 0 | 39 | 64 | 38 |
| Octal | 377 | 363 | 36 | 0 | 5 | 130 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110011 | 11110 | 0 | 101 | 1011000 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF31E
Complementary color
Monochromatic Colors of #FFF31E
Black with #FFF31E
Text Example
Text Example
White with #FFF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF31E; }
p { color: rgb(255,243,30); }
H1.HeaderClassName
{
color: #FFF31E;
}
.AnyTagClassName
{
color: #FFF31E;
}
</style>
background-color css
<style>
a { background-color: #FFF31E; }
a { background-color: rgb(255,243,30); }
div.DivClassName
{
background-color: #FFF31E;
}
.BgClassName
{
background-color: #FFF31E;
}
</style>
border-color css
<style>
span { border-color: #FFF31E; }
span { border-color: rgb(255,243,30); }
td.TdClassName
{
border-color: #FFF31E;
}
.TagClassName
{
border-color: #FFF31E;
}
</style>