Html Css Color HEX #FEDC18 Lemon

📋 copy color: '#FEDC18'

red 254 ◦ green 220 ◦ blue 24

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

Shades of Lemon #FEDC18

Tints of Lemon #FEDC18

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

 BLUE value IS 24 (9.77% from 255) = 4.82%

R = 51%
G = 44.18%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEDC18 (or 0xFEDC18) is known color: Lemon. HEX triplet: FE, DC and 18. RGB value is (254,220,24). Sum of RGB (Red+Green+Blue) = 254+220+24=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 24 (9.77% from 255 or 4.82% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC18 is #0123E7. Grayscale: #D0D0D0. Windows color (decimal): -74728 or 1629438. OLE color: 1629438.

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

Color convert

RGB 254 220 24 -
CMYK 0 0.13 0.91 0.00
HSL 51.13º 0.99% 0.55% -
HSV(B) 51.13º 0.91% 1% -
XYZ 66.63 72.32 11.31 -
YUV 207.82 24.26 160.94 -
System Red Green Blue C M Y K H S L
Decimal 254 220 24 0 0.13 0.91 0.00 51.13 0.99 0.55
Hex FE DC 18 0 D 5B 0 33 63 37
Octal 376 334 30 0 15 133 0 63 143 67
Binary 11111110 11011100 11000 0 1101 1011011 0 110011 1100011 110111

Color Harmonies of #FEDC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC18

Black with #FEDC18

Text Example


Text Example

White with #FEDC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC18; }

 p { color: rgb(254,220,24); }

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

background-color css

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

 a { background-color: rgb(254,220,24); }

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

border-color css

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

 span { border-color: rgb(254,220,24); }

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