Html Css Color HEX #FEDC16 Lemon

📋 copy color: '#FEDC16'

red 254 ◦ green 220 ◦ blue 22

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

Shades of Lemon #FEDC16

Tints of Lemon #FEDC16

RGB

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

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

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

R = 51.21%
G = 44.35%
B = 4.44%

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

#FEDC16 (or 0xFEDC16) is known color: Lemon. HEX triplet: FE, DC and 16. RGB value is (254,220,22). Sum of RGB (Red+Green+Blue) = 254+220+22=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 22 (8.98% from 255 or 4.44% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC16 is #0123E9. Grayscale: #D0D0D0. Windows color (decimal): -74730 or 1498366. OLE color: 1498366.

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

Color convert

RGB 254 220 22 -
CMYK 0 0.13 0.91 0.00
HSL 51.21º 0.99% 0.54% -
HSV(B) 51.21º 0.91% 1% -
XYZ 66.61 72.32 11.21 -
YUV 207.59 23.26 161.1 -
System Red Green Blue C M Y K H S L
Decimal 254 220 22 0 0.13 0.91 0.00 51.21 0.99 0.54
Hex FE DC 16 0 D 5B 0 33 63 36
Octal 376 334 26 0 15 133 0 63 143 66
Binary 11111110 11011100 10110 0 1101 1011011 0 110011 1100011 110110

Color Harmonies of #FEDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC16

Black with #FEDC16

Text Example


Text Example

White with #FEDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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