Shades of Lemon #FFF61B
Tints of Lemon #FFF61B
RGB
CMYK
RGB Variations
Color information
#FFF61B (or 0xFFF61B) is known color: Lemon. HEX triplet: FF, F6 and 1B. RGB value is (255,246,27). Sum of RGB (Red+Green+Blue) = 255+246+27=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 27 (10.94% from 255 or 5.11% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF61B is #0009E4. Grayscale: #E0E0E0. Windows color (decimal): -2533 or 1832703. OLE color: 1832703.
HSL color Cylindrical-coordinate representation of color #FFF61B: hue angle of 57.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF61B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0 |
| HSL | 57.63º | 1% | 0.55% | - |
| HSV(B) | 57.63º | 0.89% | 1% | - |
| XYZ | 74.39 | 87.25 | 13.96 | - |
| YUV | 223.73 | 16.98 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 27 | 0 | 0.04 | 0.89 | 0 | 57.63 | 1 | 0.55 |
| Hex | FF | F6 | 1B | 0 | 4 | 59 | 0 | 3A | 64 | 37 |
| Octal | 377 | 366 | 33 | 0 | 4 | 131 | 0 | 72 | 144 | 67 |
| Binary | 11111111 | 11110110 | 11011 | 0 | 100 | 1011001 | 0 | 111010 | 1100100 | 110111 |
Color Harmonies of #FFF61B
Complementary color
Monochromatic Colors of #FFF61B
Black with #FFF61B
Text Example
Text Example
White with #FFF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF61B; }
p { color: rgb(255,246,27); }
H1.HeaderClassName
{
color: #FFF61B;
}
.AnyTagClassName
{
color: #FFF61B;
}
</style>
background-color css
<style>
a { background-color: #FFF61B; }
a { background-color: rgb(255,246,27); }
div.DivClassName
{
background-color: #FFF61B;
}
.BgClassName
{
background-color: #FFF61B;
}
</style>
border-color css
<style>
span { border-color: #FFF61B; }
span { border-color: rgb(255,246,27); }
td.TdClassName
{
border-color: #FFF61B;
}
.TagClassName
{
border-color: #FFF61B;
}
</style>