#ffe80c

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

Shades of Lemon #FFE80C

Tints of Lemon #FFE80C

Color information

#FFE80C (or 0xFFE80C) is unknown color: approx Lemon. HEX triplet: FF, E8 and 0C. RGB value is (255,232,12). Sum of RGB (Red+Green+Blue) = 255+232+12=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 12 (5.08% from 255 or 2.40% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE80C is #0017F3. Grayscale: #D6D6D6. Windows color (decimal): -6132 or 846079. OLE color: 846079.

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

Color convert

RGB25523212-
CMYK00.090.950
HSL54.32º100%52.35%-
HSV(B)54.32º95.29%100%-
XYZ70.167911.9-
YUV213.814.12157.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 232 (91.02% from 255) = 46.49%
BLUE value IS 12 (5.08% from 255) = 2.40%
R=51.10%
G=46.49%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552321200.090.95054.3210052.35
HexFFE8C095F0366434
Octal3773501401113706614464
Binary1111111111101000110001001101111101101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe80c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe80c; }

 p { color: rgb(255,232,12); }

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

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

 a { background-color: rgb(255,232,12); }

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

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

 span { border-color: rgb(255,232,12); }

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