#FEDF11

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

Shades of Lemon #FEDF11

Tints of Lemon #FEDF11

Color information

#FEDF11 (or 0xFEDF11) is unknown color: approx Lemon. HEX triplet: FE, DF and 11. RGB value is (254,223,17). Sum of RGB (Red+Green+Blue) = 254+223+17=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF11 is #0120EE. Grayscale: #D1D1D1. Windows color (decimal): -73967 or 1171454. OLE color: 1171454.

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

Color convert

RGB25422317-
CMYK00.120.930.00
HSL52.15º99.16%53.14%-
HSV(B)52.15º93.31%99.61%-
XYZ67.3673.8911.24-
YUV208.7819.77160.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 17 (7.03% from 255) = 3.44%
R=51.42%
G=45.14%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542231700.120.930.0052.1599.1653.14
HexFEDF110C5D0346335
Octal3763372101413506414365
Binary11111110110111111000101100101110101101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF11; }

 p { color: rgb(254,223,17); }

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

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

 a { background-color: rgb(254,223,17); }

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

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

 span { border-color: rgb(254,223,17); }

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