#FEDB4A

Color #FEDB4A Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #FEDB4A

Tints of Energy Yellow #FEDB4A

Color information

#FEDB4A (or 0xFEDB4A) is unknown color: approx Energy Yellow. HEX triplet: FE, DB and 4A. RGB value is (254,219,74). Sum of RGB (Red+Green+Blue) = 254+219+74=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB4A is #0124B5. Grayscale: #D5D5D5. Windows color (decimal): -74934 or 4905982. OLE color: 4905982.

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

Color convert

RGB25421974-
CMYK00.140.710.00
HSL48.33º98.9%64.31%-
HSV(B)48.33º70.87%99.61%-
XYZ67.4472.2316.87-
YUV212.9449.6157.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 74 (29.30% from 255) = 13.53%
R=46.44%
G=40.04%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542197400.140.710.0048.3398.964.31
HexFEDB4A0E470306340
Octal376333112016107060143100
Binary11111110110110111001010011101000111011000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDB4A; }

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

 H1.HeaderClassName
 {
   color: #FEDB4A;
 }
 .AnyTagClassName
 {
   color: #FEDB4A;
 }
</style>
background-color css

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

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

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

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

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

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