#FED84C

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

Shades of Energy Yellow #FED84C

Tints of Energy Yellow #FED84C

Color information

#FED84C (or 0xFED84C) is unknown color: approx Energy Yellow. HEX triplet: FE, D8 and 4C. RGB value is (254,216,76). Sum of RGB (Red+Green+Blue) = 254+216+76=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED84C is #0127B3. Grayscale: #D4D4D4. Windows color (decimal): -75700 or 5036286. OLE color: 5036286.

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

Color convert

RGB25421676-
CMYK00.150.700.00
HSL47.19º98.89%64.71%-
HSV(B)47.19º70.08%99.61%-
XYZ66.7370.716.97-
YUV211.451.59158.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 76 (30.08% from 255) = 13.92%
R=46.52%
G=39.56%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542167600.150.700.0047.1998.8964.71
HexFED84C0F4602f6341
Octal376330114017106057143101
Binary11111110110110001001100011111000110010111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED84C; }

 p { color: rgb(254,216,76); }

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

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

 a { background-color: rgb(254,216,76); }

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

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

 span { border-color: rgb(254,216,76); }

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