Html Css Color HEX #FEEC16 Lemon

📋 copy color: '#FEEC16'

red 254 ◦ green 236 ◦ blue 22

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

Shades of Lemon #FEEC16

Tints of Lemon #FEEC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.3%

R = 49.61%
G = 46.09%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEEC16 (or 0xFEEC16) is known color: Lemon. HEX triplet: FE, EC and 16. RGB value is (254,236,22). Sum of RGB (Red+Green+Blue) = 254+236+22=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 22 (8.98% from 255 or 4.30% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC16 is #0113E9. Grayscale: #D9D9D9. Windows color (decimal): -70634 or 1502462. OLE color: 1502462.

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

Color convert

RGB 254 236 22 -
CMYK 0 0.07 0.91 0.00
HSL 55.34º 0.99% 0.54% -
HSV(B) 55.34º 0.91% 1% -
XYZ 71.01 81.12 12.67 -
YUV 216.99 17.96 154.4 -
System Red Green Blue C M Y K H S L
Decimal 254 236 22 0 0.07 0.91 0.00 55.34 0.99 0.54
Hex FE EC 16 0 7 5B 0 37 63 36
Octal 376 354 26 0 7 133 0 67 143 66
Binary 11111110 11101100 10110 0 111 1011011 0 110111 1100011 110110

Color Harmonies of #FEEC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC16

Black with #FEEC16

Text Example


Text Example

White with #FEEC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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