Html Css Color HEX #FEDC49 Energy Yellow

📋 copy color: '#FEDC49'

red 254 ◦ green 220 ◦ blue 73

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

Shades of Energy Yellow #FEDC49

Tints of Energy Yellow #FEDC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.35%

R = 46.44%
G = 40.22%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEDC49 (or 0xFEDC49) is known color: Energy Yellow. HEX triplet: FE, DC and 49. RGB value is (254,220,73). Sum of RGB (Red+Green+Blue) = 254+220+73=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC49 is #0123B6. Grayscale: #D6D6D6. Windows color (decimal): -74679 or 4840702. OLE color: 4840702.

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

Color convert

RGB 254 220 73 -
CMYK 0 0.13 0.71 0.00
HSL 48.73º 0.99% 0.64% -
HSV(B) 48.73º 0.71% 1% -
XYZ 67.67 72.74 16.78 -
YUV 213.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 254 220 73 0 0.13 0.71 0.00 48.73 0.99 0.64
Hex FE DC 49 0 D 47 0 31 63 40
Octal 376 334 111 0 15 107 0 61 143 100
Binary 11111110 11011100 1001001 0 1101 1000111 0 110001 1100011 1000000

Color Harmonies of #FEDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC49

Black with #FEDC49

Text Example


Text Example

White with #FEDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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