#F1DE10

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

Shades of Lemon #F1DE10

Tints of Lemon #F1DE10

Color information

#F1DE10 (or 0xF1DE10) is unknown color: approx Lemon. HEX triplet: F1, DE and 10. RGB value is (241,222,16). Sum of RGB (Red+Green+Blue) = 241+222+16=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DE10 is #0E21EF. Grayscale: #CDCDCD. Windows color (decimal): -926192 or 1105649. OLE color: 1105649.

HSL color Cylindrical-coordinate representation of color #F1DE10: hue angle of 54.93º 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 #F1DE10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB24122216-
CMYK00.080.930.05
HSL54.93º88.93%50.39%-
HSV(B)54.93º93.36%94.51%-
XYZ62.4970.9810.9-
YUV204.221.79154.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 16 (6.64% from 255) = 3.34%
R=50.31%
G=46.35%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412221600.080.930.0554.9388.9350.39
HexF1DE10085D5375932
Octal3613362001013556713162
Binary1111000111011110100000100010111011011101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE10; }

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

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

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

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

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

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

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

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