Html Css Color HEX #FEEC10 Lemon

📋 copy color: '#FEEC10'

red 254 ◦ green 236 ◦ blue 16

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

Shades of Lemon #FEEC10

Tints of Lemon #FEEC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.16%

R = 50.2%
G = 46.64%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEEC10 (or 0xFEEC10) is known color: Lemon. HEX triplet: FE, EC and 10. RGB value is (254,236,16). Sum of RGB (Red+Green+Blue) = 254+236+16=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 16 (6.64% from 255 or 3.16% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC10 is #0113EF. Grayscale: #D9D9D9. Windows color (decimal): -70640 or 1109246. OLE color: 1109246.

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

Color convert

RGB 254 236 16 -
CMYK 0 0.07 0.94 0.00
HSL 55.46º 0.99% 0.53% -
HSV(B) 55.46º 0.94% 1% -
XYZ 70.96 81.1 12.4 -
YUV 216.3 14.96 154.89 -
System Red Green Blue C M Y K H S L
Decimal 254 236 16 0 0.07 0.94 0.00 55.46 0.99 0.53
Hex FE EC 10 0 7 5E 0 37 63 35
Octal 376 354 20 0 7 136 0 67 143 65
Binary 11111110 11101100 10000 0 111 1011110 0 110111 1100011 110101

Color Harmonies of #FEEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC10

Black with #FEEC10

Text Example


Text Example

White with #FEEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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