#FDDD4A

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

Shades of Energy Yellow #FDDD4A

Tints of Energy Yellow #FDDD4A

Color information

#FDDD4A (or 0xFDDD4A) is unknown color: approx Energy Yellow. HEX triplet: FD, DD and 4A. RGB value is (253,221,74). Sum of RGB (Red+Green+Blue) = 253+221+74=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD4A is #0222B5. Grayscale: #D6D6D6. Windows color (decimal): -139958 or 4906493. OLE color: 4906493.

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

Color convert

RGB25322174-
CMYK00.130.710.01
HSL49.27º97.81%64.12%-
HSV(B)49.27º70.75%99.22%-
XYZ67.673.0917.02-
YUV213.8149.1155.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.17%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 74 (29.30% from 255) = 13.50%
R=46.17%
G=40.33%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532217400.130.710.0149.2797.8164.12
HexFDDD4A0D471316240
Octal375335112015107161142100
Binary11111101110111011001010011011000111111000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDD4A; }

 p { color: rgb(253,221,74); }

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

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

 a { background-color: rgb(253,221,74); }

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

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

 span { border-color: rgb(253,221,74); }

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