#FAD747

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

Shades of Energy Yellow #FAD747

Tints of Energy Yellow #FAD747

Color information

#FAD747 (or 0xFAD747) is unknown color: approx Energy Yellow. HEX triplet: FA, D7 and 47. RGB value is (250,215,71). Sum of RGB (Red+Green+Blue) = 250+215+71=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 71 (28.12% from 255 or 13.25% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD747 is #0528B8. Grayscale: #D1D1D1. Windows color (decimal): -338105 or 4708346. OLE color: 4708346.

HSL color Cylindrical-coordinate representation of color #FAD747: hue angle of 48.27º 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 #FAD747 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25021571-
CMYK00.140.720.02
HSL48.27º94.71%62.94%-
HSV(B)48.27º71.6%98.04%-
XYZ64.8669.3815.93-
YUV209.0550.1157.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 71 (28.12% from 255) = 13.25%
R=46.64%
G=40.11%
B=13.25%

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
Decimal2502157100.140.720.0248.2794.7162.94
HexFAD7470E482305f3f
Octal37232710701611026013777
Binary11111010110101111000111011101001000101100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD747; }

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

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

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

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

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

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

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

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