#f1ec06

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

Shades of Lemon #F1EC06

Tints of Lemon #F1EC06

Color information

#F1EC06 (or 0xF1EC06) is unknown color: approx Lemon. HEX triplet: F1, EC and 06. RGB value is (241,236,6). Sum of RGB (Red+Green+Blue) = 241+236+6=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 6 (2.73% from 255 or 1.24% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EC06 is #0E13F9. Grayscale: #D4D4D4. Windows color (decimal): -922618 or 453873. OLE color: 453873.

HSL color Cylindrical-coordinate representation of color #F1EC06: hue angle of 58.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1EC06 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2412366-
CMYK00.020.980.05
HSL58.72º95.14%48.43%-
HSV(B)58.72º97.51%94.51%-
XYZ66.378.711.87-
YUV211.2712.16149.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 236 (92.58% from 255) = 48.86%
BLUE value IS 6 (2.73% from 255) = 1.24%
R=49.90%
G=48.86%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241236600.020.980.0558.7295.1448.43
HexF1EC6026253b5f30
Octal36135460214257313760
Binary111100011110110011001011000101011110111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1ec06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1ec06; }

 p { color: rgb(241,236,6); }

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

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

 a { background-color: rgb(241,236,6); }

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

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

 span { border-color: rgb(241,236,6); }

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