#FDDF49

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

Shades of Energy Yellow #FDDF49

Tints of Energy Yellow #FDDF49

Color information

#FDDF49 (or 0xFDDF49) is unknown color: approx Energy Yellow. HEX triplet: FD, DF and 49. RGB value is (253,223,73). Sum of RGB (Red+Green+Blue) = 253+223+73=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF49 is #0220B6. Grayscale: #D7D7D7. Windows color (decimal): -139447 or 4841469. OLE color: 4841469.

HSL color Cylindrical-coordinate representation of color #FDDF49: hue angle of 50º 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 #FDDF49 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB25322373-
CMYK00.120.710.01
HSL50º97.83%63.92%-
HSV(B)50º71.15%99.22%-
XYZ68.174.1417.02-
YUV214.8747.94155.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 223 (87.5% from 255) = 40.62%
BLUE value IS 73 (28.91% from 255) = 13.30%
R=46.08%
G=40.62%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532237300.120.710.015097.8363.92
HexFDDF490C471326240
Octal375337111014107162142100
Binary11111101110111111001001011001000111111001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF49; }

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

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

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

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

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

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

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

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