Shades of Lemon #FFF717
Tints of Lemon #FFF717
RGB
CMYK
RGB Variations
Color information
#FFF717 (or 0xFFF717) is known color: Lemon. HEX triplet: FF, F7 and 17. RGB value is (255,247,23). Sum of RGB (Red+Green+Blue) = 255+247+23=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 23 (9.38% from 255 or 4.38% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF717 is #0008E8. Grayscale: #E0E0E0. Windows color (decimal): -2281 or 1570815. OLE color: 1570815.
HSL color Cylindrical-coordinate representation of color #FFF717: hue angle of 57.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFF717 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 23 | - |
| CMYK | 0 | 0.03 | 0.91 | 0 |
| HSL | 57.93º | 1% | 0.55% | - |
| HSV(B) | 57.93º | 0.91% | 1% | - |
| XYZ | 74.66 | 87.84 | 13.83 | - |
| YUV | 223.86 | 14.65 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 23 | 0 | 0.03 | 0.91 | 0 | 57.93 | 1 | 0.55 |
| Hex | FF | F7 | 17 | 0 | 3 | 5B | 0 | 3A | 64 | 37 |
| Octal | 377 | 367 | 27 | 0 | 3 | 133 | 0 | 72 | 144 | 67 |
| Binary | 11111111 | 11110111 | 10111 | 0 | 11 | 1011011 | 0 | 111010 | 1100100 | 110111 |
Color Harmonies of #FFF717
Complementary color
Monochromatic Colors of #FFF717
Black with #FFF717
Text Example
Text Example
White with #FFF717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF717; }
p { color: rgb(255,247,23); }
H1.HeaderClassName
{
color: #FFF717;
}
.AnyTagClassName
{
color: #FFF717;
}
</style>
background-color css
<style>
a { background-color: #FFF717; }
a { background-color: rgb(255,247,23); }
div.DivClassName
{
background-color: #FFF717;
}
.BgClassName
{
background-color: #FFF717;
}
</style>
border-color css
<style>
span { border-color: #FFF717; }
span { border-color: rgb(255,247,23); }
td.TdClassName
{
border-color: #FFF717;
}
.TagClassName
{
border-color: #FFF717;
}
</style>