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