Html Css Color HEX #FEE00E Lemon

📋 copy color: '#FEE00E'

red 254 ◦ green 224 ◦ blue 14

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

Shades of Lemon #FEE00E

Tints of Lemon #FEE00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

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

R = 51.63%
G = 45.53%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEE00E (or 0xFEE00E) is known color: Lemon. HEX triplet: FE, E0 and 0E. RGB value is (254,224,14). Sum of RGB (Red+Green+Blue) = 254+224+14=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE00E is #011FF1. Grayscale: #D1D1D1. Windows color (decimal): -73714 or 975102. OLE color: 975102.

HSL color Cylindrical-coordinate representation of color #FEE00E: hue angle of 52.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 #FEE00E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 14 -
CMYK 0 0.12 0.94 0.00
HSL 52.5º 0.99% 0.53% -
HSV(B) 52.5º 0.94% 1% -
XYZ 67.61 74.41 11.22 -
YUV 209.03 17.94 160.08 -
System Red Green Blue C M Y K H S L
Decimal 254 224 14 0 0.12 0.94 0.00 52.5 0.99 0.53
Hex FE E0 E 0 C 5E 0 34 63 35
Octal 376 340 16 0 14 136 0 64 143 65
Binary 11111110 11100000 1110 0 1100 1011110 0 110100 1100011 110101

Color Harmonies of #FEE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE00E

Black with #FEE00E

Text Example


Text Example

White with #FEE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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