Html Css Color HEX #FEEE14 Lemon

📋 copy color: '#FEEE14'

red 254 ◦ green 238 ◦ blue 20

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

Shades of Lemon #FEEE14

Tints of Lemon #FEEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 49.61%
G = 46.48%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEEE14 (or 0xFEEE14) is known color: Lemon. HEX triplet: FE, EE and 14. RGB value is (254,238,20). Sum of RGB (Red+Green+Blue) = 254+238+20=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEE14 is #0111EB. Grayscale: #DADADA. Windows color (decimal): -70124 or 1371902. OLE color: 1371902.

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

Color convert

RGB 254 238 20 -
CMYK 0 0.06 0.92 0.00
HSL 55.9º 0.99% 0.54% -
HSV(B) 55.9º 0.92% 1% -
XYZ 71.57 82.27 12.77 -
YUV 217.93 16.3 153.73 -
System Red Green Blue C M Y K H S L
Decimal 254 238 20 0 0.06 0.92 0.00 55.9 0.99 0.54
Hex FE EE 14 0 6 5C 0 38 63 36
Octal 376 356 24 0 6 134 0 70 143 66
Binary 11111110 11101110 10100 0 110 1011100 0 111000 1100011 110110

Color Harmonies of #FEEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE14

Black with #FEEE14

Text Example


Text Example

White with #FEEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE14; }

 p { color: rgb(254,238,20); }

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

background-color css

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

 a { background-color: rgb(254,238,20); }

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

border-color css

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

 span { border-color: rgb(254,238,20); }

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