#FDD64E

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

Shades of Energy Yellow #FDD64E

Tints of Energy Yellow #FDD64E

Color information

#FDD64E (or 0xFDD64E) is unknown color: approx Energy Yellow. HEX triplet: FD, D6 and 4E. RGB value is (253,214,78). Sum of RGB (Red+Green+Blue) = 253+214+78=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD64E is #0229B1. Grayscale: #D2D2D2. Windows color (decimal): -141746 or 5166845. OLE color: 5166845.

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

Color convert

RGB25321478-
CMYK00.150.690.01
HSL46.63º97.77%64.9%-
HSV(B)46.63º69.17%99.22%-
XYZ65.9369.5317.15-
YUV210.1653.42158.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 78 (30.86% from 255) = 14.31%
R=46.42%
G=39.27%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532147800.150.690.0146.6397.7764.9
HexFDD64E0F4512f6241
Octal375326116017105157142101
Binary11111101110101101001110011111000101110111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD64E; }

 p { color: rgb(253,214,78); }

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

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

 a { background-color: rgb(253,214,78); }

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

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

 span { border-color: rgb(253,214,78); }

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