#FDD945

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

Shades of Energy Yellow #FDD945

Tints of Energy Yellow #FDD945

Color information

#FDD945 (or 0xFDD945) is unknown color: approx Energy Yellow. HEX triplet: FD, D9 and 45. RGB value is (253,217,69). Sum of RGB (Red+Green+Blue) = 253+217+69=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD945 is #0226BA. Grayscale: #D3D3D3. Windows color (decimal): -140987 or 4577789. OLE color: 4577789.

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

Color convert

RGB25321769-
CMYK00.140.730.01
HSL48.26º97.87%63.14%-
HSV(B)48.26º72.73%99.22%-
XYZ66.470.9415.82-
YUV210.8947.93158.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 69 (27.34% from 255) = 12.80%
R=46.94%
G=40.26%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532176900.140.730.0148.2697.8763.14
HexFDD9450E49130623f
Octal37533110501611116014277
Binary1111110111011001100010101110100100111100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD945; }

 p { color: rgb(253,217,69); }

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

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

 a { background-color: rgb(253,217,69); }

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

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

 span { border-color: rgb(253,217,69); }

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