Html Css Color HEX #FED945 Energy Yellow

📋 copy color: '#FED945'

red 254 ◦ green 217 ◦ blue 69

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

Shades of Energy Yellow #FED945

Tints of Energy Yellow #FED945

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.19%

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

R = 47.04%
G = 40.19%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FED945 (or 0xFED945) is known color: Energy Yellow. HEX triplet: FE, D9 and 45. RGB value is (254,217,69). Sum of RGB (Red+Green+Blue) = 254+217+69=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED945 is #0126BA. Grayscale: #D3D3D3. Windows color (decimal): -75451 or 4577790. OLE color: 4577790.

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

Color convert

RGB 254 217 69 -
CMYK 0 0.15 0.73 0.00
HSL 48º 0.99% 0.63% -
HSV(B) 48º 0.73% 1% -
XYZ 66.76 71.13 15.84 -
YUV 211.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 254 217 69 0 0.15 0.73 0.00 48 0.99 0.63
Hex FE D9 45 0 F 49 0 30 63 3F
Octal 376 331 105 0 17 111 0 60 143 77
Binary 11111110 11011001 1000101 0 1111 1001001 0 110000 1100011 111111

Color Harmonies of #FED945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED945

Black with #FED945

Text Example


Text Example

White with #FED945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED945; }

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

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

background-color css

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

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

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

border-color css

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

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

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