#FFDE46

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

Shades of Energy Yellow #FFDE46

Tints of Energy Yellow #FFDE46

Color information

#FFDE46 (or 0xFFDE46) is unknown color: approx Energy Yellow. HEX triplet: FF, DE and 46. RGB value is (255,222,70). Sum of RGB (Red+Green+Blue) = 255+222+70=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE46 is #0021B9. Grayscale: #D7D7D7. Windows color (decimal): -8634 or 4644607. OLE color: 4644607.

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

Color convert

RGB25522270-
CMYK00.130.730
HSL49.3º100%63.73%-
HSV(B)49.3º72.55%100%-
XYZ68.4773.9416.46-
YUV214.5446.43156.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 70 (27.73% from 255) = 12.80%
R=46.62%
G=40.59%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552227000.130.73049.310063.73
HexFFDE460D490316440
Octal377336106015111061144100
Binary11111111110111101000110011011001001011000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE46; }

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

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

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

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

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

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

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

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