Html Css Color HEX #FEE40E Lemon

📋 copy color: '#FEE40E'

red 254 ◦ green 228 ◦ blue 14

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

Shades of Lemon #FEE40E

Tints of Lemon #FEE40E

RGB

 RED value IS 254 (99.61% from 255) = 51.21%

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

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

R = 51.21%
G = 45.97%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEE40E (or 0xFEE40E) is known color: Lemon. HEX triplet: FE, E4 and 0E. RGB value is (254,228,14). Sum of RGB (Red+Green+Blue) = 254+228+14=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 14 (5.86% from 255 or 2.82% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE40E is #011BF1. Grayscale: #D4D4D4. Windows color (decimal): -72690 or 976126. OLE color: 976126.

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

Color convert

RGB 254 228 14 -
CMYK 0 0.10 0.94 0.00
HSL 53.5º 0.99% 0.53% -
HSV(B) 53.5º 0.94% 1% -
XYZ 68.7 76.59 11.58 -
YUV 211.38 16.61 158.4 -
System Red Green Blue C M Y K H S L
Decimal 254 228 14 0 0.10 0.94 0.00 53.5 0.99 0.53
Hex FE E4 E 0 A 5E 0 36 63 35
Octal 376 344 16 0 12 136 0 66 143 65
Binary 11111110 11100100 1110 0 1010 1011110 0 110110 1100011 110101

Color Harmonies of #FEE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE40E

Black with #FEE40E

Text Example


Text Example

White with #FEE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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