#FFDE49

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

Shades of Energy Yellow #FFDE49

Tints of Energy Yellow #FFDE49

Color information

#FFDE49 (or 0xFFDE49) is unknown color: approx Energy Yellow. HEX triplet: FF, DE and 49. RGB value is (255,222,73). Sum of RGB (Red+Green+Blue) = 255+222+73=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE49 is #0021B6. Grayscale: #D7D7D7. Windows color (decimal): -8631 or 4841215. OLE color: 4841215.

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

Color convert

RGB25522273-
CMYK00.130.710
HSL49.12º100%64.31%-
HSV(B)49.12º71.37%100%-
XYZ68.5673.9816.97-
YUV214.8847.93156.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 73 (28.91% from 255) = 13.27%
R=46.36%
G=40.36%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552227300.130.71049.1210064.31
HexFFDE490D470316440
Octal377336111015107061144100
Binary11111111110111101001001011011000111011000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE49; }

 p { color: rgb(255,222,73); }

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

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

 a { background-color: rgb(255,222,73); }

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

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

 span { border-color: rgb(255,222,73); }

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