Html Css Color HEX #FFE80C Lemon

📋 copy color: '#FFE80C'

red 255 ◦ green 232 ◦ blue 12

#FFE80C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FFE80C

Tints of Lemon #FFE80C

RGB

 RED value IS 255 (100% from 255) = 51.1%

 GREEN value IS 232 (91.02% from 255) = 46.49%

 BLUE value IS 12 (5.08% from 255) = 2.4%

R = 51.1%
G = 46.49%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFE80C (or 0xFFE80C) is known color: 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

RGB 255 232 12 -
CMYK 0 0.09 0.95 0
HSL 54.32º 1% 0.52% -
HSV(B) 54.32º 0.95% 1% -
XYZ 70.16 79 11.9 -
YUV 213.8 14.12 157.39 -
System Red Green Blue C M Y K H S L
Decimal 255 232 12 0 0.09 0.95 0 54.32 1 0.52
Hex FF E8 C 0 9 5F 0 36 64 34
Octal 377 350 14 0 11 137 0 66 144 64
Binary 11111111 11101000 1100 0 1001 1011111 0 110110 1100100 110100

Color Harmonies of #FFE80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE80C

Black with #FFE80C

Text Example


Text Example

White with #FFE80C

Text Example


Text Example

HTML Codes & Css Web 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>