Html Css Color HEX #FEEC12 Lemon

📋 copy color: '#FEEC12'

red 254 ◦ green 236 ◦ blue 18

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

Shades of Lemon #FEEC12

Tints of Lemon #FEEC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.54%

R = 50%
G = 46.46%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEEC12 (or 0xFEEC12) is known color: Lemon. HEX triplet: FE, EC and 12. RGB value is (254,236,18). Sum of RGB (Red+Green+Blue) = 254+236+18=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 18 (7.42% from 255 or 3.54% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC12 is #0113ED. Grayscale: #D9D9D9. Windows color (decimal): -70638 or 1240318. OLE color: 1240318.

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

Color convert

RGB 254 236 18 -
CMYK 0 0.07 0.93 0.00
HSL 55.42º 0.99% 0.53% -
HSV(B) 55.42º 0.93% 1% -
XYZ 70.98 81.11 12.49 -
YUV 216.53 15.96 154.73 -
System Red Green Blue C M Y K H S L
Decimal 254 236 18 0 0.07 0.93 0.00 55.42 0.99 0.53
Hex FE EC 12 0 7 5D 0 37 63 35
Octal 376 354 22 0 7 135 0 67 143 65
Binary 11111110 11101100 10010 0 111 1011101 0 110111 1100011 110101

Color Harmonies of #FEEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC12

Black with #FEEC12

Text Example


Text Example

White with #FEEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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