#FDDF4D

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

Shades of Energy Yellow #FDDF4D

Tints of Energy Yellow #FDDF4D

Color information

#FDDF4D (or 0xFDDF4D) is unknown color: approx Energy Yellow. HEX triplet: FD, DF and 4D. RGB value is (253,223,77). Sum of RGB (Red+Green+Blue) = 253+223+77=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF4D is #0220B2. Grayscale: #D7D7D7. Windows color (decimal): -139443 or 5103613. OLE color: 5103613.

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

Color convert

RGB25322377-
CMYK00.120.700.01
HSL49.77º97.78%64.71%-
HSV(B)49.77º69.57%99.22%-
XYZ68.2474.1917.75-
YUV215.3349.94154.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 77 (30.47% from 255) = 13.92%
R=45.75%
G=40.33%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532237700.120.700.0149.7797.7864.71
HexFDDF4D0C461326241
Octal375337115014106162142101
Binary11111101110111111001101011001000110111001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF4D; }

 p { color: rgb(253,223,77); }

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

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

 a { background-color: rgb(253,223,77); }

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

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

 span { border-color: rgb(253,223,77); }

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