#FDDD4B

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

Shades of Energy Yellow #FDDD4B

Tints of Energy Yellow #FDDD4B

Color information

#FDDD4B (or 0xFDDD4B) is unknown color: approx Energy Yellow. HEX triplet: FD, DD and 4B. RGB value is (253,221,75). Sum of RGB (Red+Green+Blue) = 253+221+75=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD4B is #0222B4. Grayscale: #D6D6D6. Windows color (decimal): -139957 or 4972029. OLE color: 4972029.

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

Color convert

RGB25322175-
CMYK00.130.700.01
HSL49.21º97.8%64.31%-
HSV(B)49.21º70.36%99.22%-
XYZ67.6373.117.2-
YUV213.9249.6155.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 75 (29.69% from 255) = 13.66%
R=46.08%
G=40.26%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532217500.130.700.0149.2197.864.31
HexFDDD4B0D461316240
Octal375335113015106161142100
Binary11111101110111011001011011011000110111000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDD4B; }

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

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

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

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

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

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

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

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