Shades of Lemon #FFF01D
Tints of Lemon #FFF01D
RGB
CMYK
RGB Variations
Color information
#FFF01D (or 0xFFF01D) is known color: Lemon. HEX triplet: FF, F0 and 1D. RGB value is (255,240,29). Sum of RGB (Red+Green+Blue) = 255+240+29=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 29 (11.72% from 255 or 5.53% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF01D is #000FE2. Grayscale: #DDDDDD. Windows color (decimal): -4067 or 1962239. OLE color: 1962239.
HSL color Cylindrical-coordinate representation of color #FFF01D: hue angle of 56.02º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF01D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 29 | - |
| CMYK | 0 | 0.06 | 0.89 | 0 |
| HSL | 56.02º | 1% | 0.56% | - |
| HSV(B) | 56.02º | 0.89% | 1% | - |
| XYZ | 72.62 | 83.67 | 13.48 | - |
| YUV | 220.43 | 19.97 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 29 | 0 | 0.06 | 0.89 | 0 | 56.02 | 1 | 0.56 |
| Hex | FF | F0 | 1D | 0 | 6 | 59 | 0 | 38 | 64 | 38 |
| Octal | 377 | 360 | 35 | 0 | 6 | 131 | 0 | 70 | 144 | 70 |
| Binary | 11111111 | 11110000 | 11101 | 0 | 110 | 1011001 | 0 | 111000 | 1100100 | 111000 |
Color Harmonies of #FFF01D
Complementary color
Monochromatic Colors of #FFF01D
Black with #FFF01D
Text Example
Text Example
White with #FFF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF01D; }
p { color: rgb(255,240,29); }
H1.HeaderClassName
{
color: #FFF01D;
}
.AnyTagClassName
{
color: #FFF01D;
}
</style>
background-color css
<style>
a { background-color: #FFF01D; }
a { background-color: rgb(255,240,29); }
div.DivClassName
{
background-color: #FFF01D;
}
.BgClassName
{
background-color: #FFF01D;
}
</style>
border-color css
<style>
span { border-color: #FFF01D; }
span { border-color: rgb(255,240,29); }
td.TdClassName
{
border-color: #FFF01D;
}
.TagClassName
{
border-color: #FFF01D;
}
</style>