Html Css Color HEX #FEDC45 Energy Yellow

📋 copy color: '#FEDC45'

red 254 ◦ green 220 ◦ blue 69

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

Shades of Energy Yellow #FEDC45

Tints of Energy Yellow #FEDC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.71%

R = 46.78%
G = 40.52%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEDC45 (or 0xFEDC45) is known color: Energy Yellow. HEX triplet: FE, DC and 45. RGB value is (254,220,69). Sum of RGB (Red+Green+Blue) = 254+220+69=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC45 is #0123BA. Grayscale: #D5D5D5. Windows color (decimal): -74683 or 4578558. OLE color: 4578558.

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

Color convert

RGB 254 220 69 -
CMYK 0 0.13 0.73 0.00
HSL 48.97º 0.99% 0.63% -
HSV(B) 48.97º 0.73% 1% -
XYZ 67.54 72.69 16.1 -
YUV 212.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 254 220 69 0 0.13 0.73 0.00 48.97 0.99 0.63
Hex FE DC 45 0 D 49 0 31 63 3F
Octal 376 334 105 0 15 111 0 61 143 77
Binary 11111110 11011100 1000101 0 1101 1001001 0 110001 1100011 111111

Color Harmonies of #FEDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC45

Black with #FEDC45

Text Example


Text Example

White with #FEDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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