Shades of Lemon #FFF01B
Tints of Lemon #FFF01B
RGB
CMYK
RGB Variations
Color information
#FFF01B (or 0xFFF01B) is known color: Lemon. HEX triplet: FF, F0 and 1B. RGB value is (255,240,27). Sum of RGB (Red+Green+Blue) = 255+240+27=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 27 (10.94% from 255 or 5.17% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF01B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF01B is #000FE4. Grayscale: #DDDDDD. Windows color (decimal): -4069 or 1831167. OLE color: 1831167.
HSL color Cylindrical-coordinate representation of color #FFF01B: hue angle of 56.05º 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 #FFF01B is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 27 | - |
| CMYK | 0 | 0.06 | 0.89 | 0 |
| HSL | 56.05º | 1% | 0.55% | - |
| HSV(B) | 56.05º | 0.89% | 1% | - |
| XYZ | 72.6 | 83.66 | 13.36 | - |
| YUV | 220.2 | 18.97 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 27 | 0 | 0.06 | 0.89 | 0 | 56.05 | 1 | 0.55 |
| Hex | FF | F0 | 1B | 0 | 6 | 59 | 0 | 38 | 64 | 37 |
| Octal | 377 | 360 | 33 | 0 | 6 | 131 | 0 | 70 | 144 | 67 |
| Binary | 11111111 | 11110000 | 11011 | 0 | 110 | 1011001 | 0 | 111000 | 1100100 | 110111 |
Color Harmonies of #FFF01B
Complementary color
Monochromatic Colors of #FFF01B
Black with #FFF01B
Text Example
Text Example
White with #FFF01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF01B; }
p { color: rgb(255,240,27); }
H1.HeaderClassName
{
color: #FFF01B;
}
.AnyTagClassName
{
color: #FFF01B;
}
</style>
background-color css
<style>
a { background-color: #FFF01B; }
a { background-color: rgb(255,240,27); }
div.DivClassName
{
background-color: #FFF01B;
}
.BgClassName
{
background-color: #FFF01B;
}
</style>
border-color css
<style>
span { border-color: #FFF01B; }
span { border-color: rgb(255,240,27); }
td.TdClassName
{
border-color: #FFF01B;
}
.TagClassName
{
border-color: #FFF01B;
}
</style>