#FAD647

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

Shades of Energy Yellow #FAD647

Tints of Energy Yellow #FAD647

Color information

#FAD647 (or 0xFAD647) is unknown color: approx Energy Yellow. HEX triplet: FA, D6 and 47. RGB value is (250,214,71). Sum of RGB (Red+Green+Blue) = 250+214+71=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 71 (28.12% from 255 or 13.27% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD647 is #0529B8. Grayscale: #D1D1D1. Windows color (decimal): -338361 or 4708090. OLE color: 4708090.

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

Color convert

RGB25021471-
CMYK00.140.720.02
HSL47.93º94.71%62.94%-
HSV(B)47.93º71.6%98.04%-
XYZ64.6168.8715.85-
YUV208.4650.43157.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 13.27%
R=46.73%
G=40%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502147100.140.720.0247.9394.7162.94
HexFAD6470E482305f3f
Octal37232610701611026013777
Binary11111010110101101000111011101001000101100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD647; }

 p { color: rgb(250,214,71); }

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

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

 a { background-color: rgb(250,214,71); }

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

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

 span { border-color: rgb(250,214,71); }

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