Shades of Lemon #FFF917
Tints of Lemon #FFF917
RGB
CMYK
RGB Variations
Color information
#FFF917 (or 0xFFF917) is known color: Lemon. HEX triplet: FF, F9 and 17. RGB value is (255,249,23). Sum of RGB (Red+Green+Blue) = 255+249+23=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 23 (9.38% from 255 or 4.36% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF917 is #0006E8. Grayscale: #E1E1E1. Windows color (decimal): -1769 or 1571327. OLE color: 1571327.
HSL color Cylindrical-coordinate representation of color #FFF917: hue angle of 58.45º 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 #FFF917 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 23 | - |
| CMYK | 0 | 0.02 | 0.91 | 0 |
| HSL | 58.45º | 1% | 0.55% | - |
| HSV(B) | 58.45º | 0.91% | 1% | - |
| XYZ | 75.27 | 89.07 | 14.04 | - |
| YUV | 225.03 | 13.99 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 23 | 0 | 0.02 | 0.91 | 0 | 58.45 | 1 | 0.55 |
| Hex | FF | F9 | 17 | 0 | 2 | 5B | 0 | 3A | 64 | 37 |
| Octal | 377 | 371 | 27 | 0 | 2 | 133 | 0 | 72 | 144 | 67 |
| Binary | 11111111 | 11111001 | 10111 | 0 | 10 | 1011011 | 0 | 111010 | 1100100 | 110111 |
Color Harmonies of #FFF917
Complementary color
Monochromatic Colors of #FFF917
Black with #FFF917
Text Example
Text Example
White with #FFF917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF917; }
p { color: rgb(255,249,23); }
H1.HeaderClassName
{
color: #FFF917;
}
.AnyTagClassName
{
color: #FFF917;
}
</style>
background-color css
<style>
a { background-color: #FFF917; }
a { background-color: rgb(255,249,23); }
div.DivClassName
{
background-color: #FFF917;
}
.BgClassName
{
background-color: #FFF917;
}
</style>
border-color css
<style>
span { border-color: #FFF917; }
span { border-color: rgb(255,249,23); }
td.TdClassName
{
border-color: #FFF917;
}
.TagClassName
{
border-color: #FFF917;
}
</style>