Shades of Lemon #FFF714
Tints of Lemon #FFF714
RGB
CMYK
RGB Variations
Color information
#FFF714 (or 0xFFF714) is known color: Lemon. HEX triplet: FF, F7 and 14. RGB value is (255,247,20). Sum of RGB (Red+Green+Blue) = 255+247+20=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 20 (8.20% from 255 or 3.83% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF714 is #0008EB. Grayscale: #E0E0E0. Windows color (decimal): -2284 or 1374207. OLE color: 1374207.
HSL color Cylindrical-coordinate representation of color #FFF714: hue angle of 57.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFF714 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 20 | - |
| CMYK | 0 | 0.03 | 0.92 | 0 |
| HSL | 57.96º | 1% | 0.54% | - |
| HSV(B) | 57.96º | 0.92% | 1% | - |
| XYZ | 74.63 | 87.83 | 13.68 | - |
| YUV | 223.51 | 13.15 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 20 | 0 | 0.03 | 0.92 | 0 | 57.96 | 1 | 0.54 |
| Hex | FF | F7 | 14 | 0 | 3 | 5C | 0 | 3A | 64 | 36 |
| Octal | 377 | 367 | 24 | 0 | 3 | 134 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11110111 | 10100 | 0 | 11 | 1011100 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF714
Complementary color
Monochromatic Colors of #FFF714
Black with #FFF714
Text Example
Text Example
White with #FFF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF714; }
p { color: rgb(255,247,20); }
H1.HeaderClassName
{
color: #FFF714;
}
.AnyTagClassName
{
color: #FFF714;
}
</style>
background-color css
<style>
a { background-color: #FFF714; }
a { background-color: rgb(255,247,20); }
div.DivClassName
{
background-color: #FFF714;
}
.BgClassName
{
background-color: #FFF714;
}
</style>
border-color css
<style>
span { border-color: #FFF714; }
span { border-color: rgb(255,247,20); }
td.TdClassName
{
border-color: #FFF714;
}
.TagClassName
{
border-color: #FFF714;
}
</style>