#F1DC10

Color #F1DC10 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #F1DC10

Tints of Lemon #F1DC10

Color information

#F1DC10 (or 0xF1DC10) is unknown color: approx Lemon. HEX triplet: F1, DC and 10. RGB value is (241,220,16). Sum of RGB (Red+Green+Blue) = 241+220+16=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DC10 is #0E23EF. Grayscale: #CBCBCB. Windows color (decimal): -926704 or 1105137. OLE color: 1105137.

HSL color Cylindrical-coordinate representation of color #F1DC10: hue angle of 54.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1DC10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB24122016-
CMYK00.090.930.05
HSL54.4º88.93%50.39%-
HSV(B)54.4º93.36%94.51%-
XYZ61.9669.9210.72-
YUV203.0222.46155.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 16 (6.64% from 255) = 3.35%
R=50.52%
G=46.12%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412201600.090.930.0554.488.9350.39
HexF1DC10095D5365932
Octal3613342001113556613162
Binary1111000111011100100000100110111011011101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC10; }

 p { color: rgb(241,220,16); }

 H1.HeaderClassName
 {
   color: #F1DC10;
 }
 .AnyTagClassName
 {
   color: #F1DC10;
 }
</style>
background-color css

<style>
 a { background-color: #F1DC10; }

 a { background-color: rgb(241,220,16); }

 div.DivClassName
 {
   background-color: #F1DC10;
 }
 .BgClassName
 {
   background-color: #F1DC10;
 }
</style>
border-color css

<style>
 span { border-color: #F1DC10; }

 span { border-color: rgb(241,220,16); }

 td.TdClassName
 {
   border-color: #F1DC10;
 }
 .TagClassName
 {
   border-color: #F1DC10;
 }
</style>