#F9EC1E

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

Shades of Lemon #F9EC1E

Tints of Lemon #F9EC1E

Color information

#F9EC1E (or 0xF9EC1E) is unknown color: approx Lemon. HEX triplet: F9, EC and 1E. RGB value is (249,236,30). Sum of RGB (Red+Green+Blue) = 249+236+30=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EC1E is #0613E1. Grayscale: #D9D9D9. Windows color (decimal): -398306 or 2026745. OLE color: 2026745.

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

Color convert

RGB24923630-
CMYK00.050.880.02
HSL56.44º94.81%54.71%-
HSV(B)56.44º87.95%97.65%-
XYZ69.380.2213.06-
YUV216.422.81151.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.35%
GREEN value IS 236 (92.58% from 255) = 45.83%
BLUE value IS 30 (12.11% from 255) = 5.83%
R=48.35%
G=45.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492363000.050.880.0256.4494.8154.71
HexF9EC1E05582385f37
Octal371354360513027013767
Binary11111001111011001111001011011000101110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EC1E; }

 p { color: rgb(249,236,30); }

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

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

 a { background-color: rgb(249,236,30); }

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

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

 span { border-color: rgb(249,236,30); }

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