Html Css Color HEX #FFE40E Lemon

📋 copy color: '#FFE40E'

red 255 ◦ green 228 ◦ blue 14

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

Shades of Lemon #FFE40E

Tints of Lemon #FFE40E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.88%

 BLUE value IS 14 (5.86% from 255) = 2.82%

R = 51.31%
G = 45.88%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFE40E (or 0xFFE40E) is known color: Lemon. HEX triplet: FF, E4 and 0E. RGB value is (255,228,14). Sum of RGB (Red+Green+Blue) = 255+228+14=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE40E is #001BF1. Grayscale: #D4D4D4. Windows color (decimal): -7154 or 976127. OLE color: 976127.

HSL color Cylindrical-coordinate representation of color #FFE40E: hue angle of 53.28º 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 #FFE40E is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 228 14 -
CMYK 0 0.11 0.95 0
HSL 53.28º 1% 0.53% -
HSV(B) 53.28º 0.95% 1% -
XYZ 69.06 76.78 11.6 -
YUV 211.68 16.45 158.9 -
System Red Green Blue C M Y K H S L
Decimal 255 228 14 0 0.11 0.95 0 53.28 1 0.53
Hex FF E4 E 0 B 5F 0 35 64 35
Octal 377 344 16 0 13 137 0 65 144 65
Binary 11111111 11100100 1110 0 1011 1011111 0 110101 1100100 110101

Color Harmonies of #FFE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE40E

Black with #FFE40E

Text Example


Text Example

White with #FFE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE40E; }

 p { color: rgb(255,228,14); }

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

background-color css

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

 a { background-color: rgb(255,228,14); }

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

border-color css

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

 span { border-color: rgb(255,228,14); }

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