Shades of Lemon #FFF625
Tints of Lemon #FFF625
RGB
CMYK
RGB Variations
Color information
#FFF625 (or 0xFFF625) is known color: Lemon. HEX triplet: FF, F6 and 25. RGB value is (255,246,37). Sum of RGB (Red+Green+Blue) = 255+246+37=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 37 (14.84% from 255 or 6.88% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF625 is #0009DA. Grayscale: #E1E1E1. Windows color (decimal): -2523 or 2488063. OLE color: 2488063.
HSL color Cylindrical-coordinate representation of color #FFF625: hue angle of 57.52º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFF625 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 37 | - |
| CMYK | 0 | 0.04 | 0.85 | 0 |
| HSL | 57.52º | 1% | 0.57% | - |
| HSV(B) | 57.52º | 0.85% | 1% | - |
| XYZ | 74.53 | 87.31 | 14.67 | - |
| YUV | 224.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 37 | 0 | 0.04 | 0.85 | 0 | 57.52 | 1 | 0.57 |
| Hex | FF | F6 | 25 | 0 | 4 | 55 | 0 | 3A | 64 | 39 |
| Octal | 377 | 366 | 45 | 0 | 4 | 125 | 0 | 72 | 144 | 71 |
| Binary | 11111111 | 11110110 | 100101 | 0 | 100 | 1010101 | 0 | 111010 | 1100100 | 111001 |
Color Harmonies of #FFF625
Complementary color
Monochromatic Colors of #FFF625
Black with #FFF625
Text Example
Text Example
White with #FFF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF625; }
p { color: rgb(255,246,37); }
H1.HeaderClassName
{
color: #FFF625;
}
.AnyTagClassName
{
color: #FFF625;
}
</style>
background-color css
<style>
a { background-color: #FFF625; }
a { background-color: rgb(255,246,37); }
div.DivClassName
{
background-color: #FFF625;
}
.BgClassName
{
background-color: #FFF625;
}
</style>
border-color css
<style>
span { border-color: #FFF625; }
span { border-color: rgb(255,246,37); }
td.TdClassName
{
border-color: #FFF625;
}
.TagClassName
{
border-color: #FFF625;
}
</style>