#FEF40C

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

Shades of Lemon #FEF40C

Tints of Lemon #FEF40C

Color information

#FEF40C (or 0xFEF40C) is unknown color: approx Lemon. HEX triplet: FE, F4 and 0C. RGB value is (254,244,12). Sum of RGB (Red+Green+Blue) = 254+244+12=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 12 (5.08% from 255 or 2.35% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF40C is #010BF3. Grayscale: #DDDDDD. Windows color (decimal): -68596 or 849150. OLE color: 849150.

HSL color Cylindrical-coordinate representation of color #FEF40C: hue angle of 57.52º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEF40C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB25424412-
CMYK00.040.950.00
HSL57.52º99.18%52.16%-
HSV(B)57.52º95.28%99.61%-
XYZ73.2985.813.05-
YUV220.5410.31151.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.80%
GREEN value IS 244 (95.70% from 255) = 47.84%
BLUE value IS 12 (5.08% from 255) = 2.35%
R=49.80%
G=47.84%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542441200.040.950.0057.5299.1852.16
HexFEF4C045F03a6334
Octal376364140413707214364
Binary111111101111010011000100101111101110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF40C; }

 p { color: rgb(254,244,12); }

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

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

 a { background-color: rgb(254,244,12); }

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

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

 span { border-color: rgb(254,244,12); }

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