Shades of Lemon #F1DF1C
Tints of Lemon #F1DF1C
RGB
CMYK
RGB Variations
Color information
#F1DF1C (or 0xF1DF1C) is known color: Lemon. HEX triplet: F1, DF and 1C. RGB value is (241,223,28). Sum of RGB (Red+Green+Blue) = 241+223+28=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF1C is #0E20E3. Grayscale: #CECECE. Windows color (decimal): -925924 or 1892337. OLE color: 1892337.
HSL color Cylindrical-coordinate representation of color #F1DF1C: hue angle of 54.93º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1DF1C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 28 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.05 |
| HSL | 54.93º | 0.88% | 0.53% | - |
| HSV(B) | 54.93º | 0.88% | 0.95% | - |
| XYZ | 62.87 | 71.56 | 11.6 | - |
| YUV | 206.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 28 | 0 | 0.07 | 0.88 | 0.05 | 54.93 | 0.88 | 0.53 |
| Hex | F1 | DF | 1C | 0 | 7 | 58 | 5 | 37 | 58 | 35 |
| Octal | 361 | 337 | 34 | 0 | 7 | 130 | 5 | 67 | 130 | 65 |
| Binary | 11110001 | 11011111 | 11100 | 0 | 111 | 1011000 | 101 | 110111 | 1011000 | 110101 |
Color Harmonies of #F1DF1C
Complementary color
Monochromatic Colors of #F1DF1C
Black with #F1DF1C
Text Example
Text Example
White with #F1DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF1C; }
p { color: rgb(241,223,28); }
H1.HeaderClassName
{
color: #F1DF1C;
}
.AnyTagClassName
{
color: #F1DF1C;
}
</style>
background-color css
<style>
a { background-color: #F1DF1C; }
a { background-color: rgb(241,223,28); }
div.DivClassName
{
background-color: #F1DF1C;
}
.BgClassName
{
background-color: #F1DF1C;
}
</style>
border-color css
<style>
span { border-color: #F1DF1C; }
span { border-color: rgb(241,223,28); }
td.TdClassName
{
border-color: #F1DF1C;
}
.TagClassName
{
border-color: #F1DF1C;
}
</style>