Html Css Color HEX #FFE80D Lemon

📋 copy color: '#FFE80D'

red 255 ◦ green 232 ◦ blue 13

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

Shades of Lemon #FFE80D

Tints of Lemon #FFE80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.6%

R = 51%
G = 46.4%
B = 2.6%

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

#FFE80D (or 0xFFE80D) is known color: Lemon. HEX triplet: FF, E8 and 0D. RGB value is (255,232,13). Sum of RGB (Red+Green+Blue) = 255+232+13=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 13 (5.47% from 255 or 2.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE80D is #0017F2. Grayscale: #D6D6D6. Windows color (decimal): -6131 or 911615. OLE color: 911615.

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

Color convert

RGB 255 232 13 -
CMYK 0 0.09 0.95 0
HSL 54.3º 1% 0.53% -
HSV(B) 54.3º 0.95% 1% -
XYZ 70.17 79 11.93 -
YUV 213.91 14.62 157.31 -
System Red Green Blue C M Y K H S L
Decimal 255 232 13 0 0.09 0.95 0 54.3 1 0.53
Hex FF E8 D 0 9 5F 0 36 64 35
Octal 377 350 15 0 11 137 0 66 144 65
Binary 11111111 11101000 1101 0 1001 1011111 0 110110 1100100 110101

Color Harmonies of #FFE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE80D

Black with #FFE80D

Text Example


Text Example

White with #FFE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE80D; }

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

 H1.HeaderClassName
 {
   color: #FFE80D;
 }
 .AnyTagClassName
 {
   color: #FFE80D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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