Html Css Color HEX #FEEC14 Lemon

📋 copy color: '#FEEC14'

red 254 ◦ green 236 ◦ blue 20

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

Shades of Lemon #FEEC14

Tints of Lemon #FEEC14

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.27%

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

R = 49.8%
G = 46.27%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEEC14 (or 0xFEEC14) is known color: Lemon. HEX triplet: FE, EC and 14. RGB value is (254,236,20). Sum of RGB (Red+Green+Blue) = 254+236+20=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC14 is #0113EB. Grayscale: #D9D9D9. Windows color (decimal): -70636 or 1371390. OLE color: 1371390.

HSL color Cylindrical-coordinate representation of color #FEEC14: hue angle of 55.38º 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 #FEEC14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 20 -
CMYK 0 0.07 0.92 0.00
HSL 55.38º 0.99% 0.54% -
HSV(B) 55.38º 0.92% 1% -
XYZ 70.99 81.11 12.58 -
YUV 216.76 16.96 154.56 -
System Red Green Blue C M Y K H S L
Decimal 254 236 20 0 0.07 0.92 0.00 55.38 0.99 0.54
Hex FE EC 14 0 7 5C 0 37 63 36
Octal 376 354 24 0 7 134 0 67 143 66
Binary 11111110 11101100 10100 0 111 1011100 0 110111 1100011 110110

Color Harmonies of #FEEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC14

Black with #FEEC14

Text Example


Text Example

White with #FEEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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