#FFD94C

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

Shades of Energy Yellow #FFD94C

Tints of Energy Yellow #FFD94C

Color information

#FFD94C (or 0xFFD94C) is unknown color: approx Energy Yellow. HEX triplet: FF, D9 and 4C. RGB value is (255,217,76). Sum of RGB (Red+Green+Blue) = 255+217+76=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 76 (30.08% from 255 or 13.87% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD94C is #0026B3. Grayscale: #D4D4D4. Windows color (decimal): -9908 or 5036543. OLE color: 5036543.

HSL color Cylindrical-coordinate representation of color #FFD94C: hue angle of 47.26º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFD94C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB25521776-
CMYK00.150.700
HSL47.26º100%64.9%-
HSV(B)47.26º70.2%100%-
XYZ67.3671.4117.07-
YUV212.2951.09158.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 76 (30.08% from 255) = 13.87%
R=46.53%
G=39.60%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552177600.150.70047.2610064.9
HexFFD94C0F4602f6441
Octal377331114017106057144101
Binary11111111110110011001100011111000110010111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD94C; }

 p { color: rgb(255,217,76); }

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

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

 a { background-color: rgb(255,217,76); }

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

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

 span { border-color: rgb(255,217,76); }

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