Html Css Color HEX #FEDC48 Energy Yellow

📋 copy color: '#FEDC48'

red 254 ◦ green 220 ◦ blue 72

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

Shades of Energy Yellow #FEDC48

Tints of Energy Yellow #FEDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.19%

R = 46.52%
G = 40.29%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEDC48 (or 0xFEDC48) is known color: Energy Yellow. HEX triplet: FE, DC and 48. RGB value is (254,220,72). Sum of RGB (Red+Green+Blue) = 254+220+72=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 72 (28.52% from 255 or 13.19% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC48 is #0123B7. Grayscale: #D5D5D5. Windows color (decimal): -74680 or 4775166. OLE color: 4775166.

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

Color convert

RGB 254 220 72 -
CMYK 0 0.13 0.72 0.00
HSL 48.79º 0.99% 0.64% -
HSV(B) 48.79º 0.72% 1% -
XYZ 67.64 72.73 16.6 -
YUV 213.29 48.26 157.03 -
System Red Green Blue C M Y K H S L
Decimal 254 220 72 0 0.13 0.72 0.00 48.79 0.99 0.64
Hex FE DC 48 0 D 48 0 31 63 40
Octal 376 334 110 0 15 110 0 61 143 100
Binary 11111110 11011100 1001000 0 1101 1001000 0 110001 1100011 1000000

Color Harmonies of #FEDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC48

Black with #FEDC48

Text Example


Text Example

White with #FEDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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