#FFE012

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

Shades of Lemon #FFE012

Tints of Lemon #FFE012

Color information

#FFE012 (or 0xFFE012) is unknown color: approx Lemon. HEX triplet: FF, E0 and 12. RGB value is (255,224,18). Sum of RGB (Red+Green+Blue) = 255+224+18=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE012 is #001FED. Grayscale: #D2D2D2. Windows color (decimal): -8174 or 1237247. OLE color: 1237247.

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

Color convert

RGB25522418-
CMYK00.120.930
HSL52.15º100%53.53%-
HSV(B)52.15º92.94%100%-
XYZ6874.6111.39-
YUV209.7819.77160.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 18 (7.42% from 255) = 3.62%
R=51.31%
G=45.07%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552241800.120.93052.1510053.53
HexFFE0120C5D0346436
Octal3773402201413506414466
Binary11111111111000001001001100101110101101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE012; }

 p { color: rgb(255,224,18); }

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

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

 a { background-color: rgb(255,224,18); }

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

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

 span { border-color: rgb(255,224,18); }

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