Html Css Color HEX #FEDC4A Energy Yellow

📋 copy color: '#FEDC4A'

red 254 ◦ green 220 ◦ blue 74

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

Shades of Energy Yellow #FEDC4A

Tints of Energy Yellow #FEDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.5%

R = 46.35%
G = 40.15%
B = 13.5%

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

#FEDC4A (or 0xFEDC4A) is known color: Energy Yellow. HEX triplet: FE, DC and 4A. RGB value is (254,220,74). Sum of RGB (Red+Green+Blue) = 254+220+74=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC4A is #0123B5. Grayscale: #D6D6D6. Windows color (decimal): -74678 or 4906238. OLE color: 4906238.

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

Color convert

RGB 254 220 74 -
CMYK 0 0.13 0.71 0.00
HSL 48.67º 0.99% 0.64% -
HSV(B) 48.67º 0.71% 1% -
XYZ 67.7 72.75 16.95 -
YUV 213.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 254 220 74 0 0.13 0.71 0.00 48.67 0.99 0.64
Hex FE DC 4A 0 D 47 0 31 63 40
Octal 376 334 112 0 15 107 0 61 143 100
Binary 11111110 11011100 1001010 0 1101 1000111 0 110001 1100011 1000000

Color Harmonies of #FEDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC4A

Black with #FEDC4A

Text Example


Text Example

White with #FEDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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