#FAD347

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

Shades of Energy Yellow #FAD347

Tints of Energy Yellow #FAD347

Color information

#FAD347 (or 0xFAD347) is unknown color: approx Energy Yellow. HEX triplet: FA, D3 and 47. RGB value is (250,211,71). Sum of RGB (Red+Green+Blue) = 250+211+71=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD347 is #052CB8. Grayscale: #CFCFCF. Windows color (decimal): -339129 or 4707322. OLE color: 4707322.

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

Color convert

RGB25021171-
CMYK00.160.720.02
HSL46.93º94.71%62.94%-
HSV(B)46.93º71.6%98.04%-
XYZ63.8667.3715.6-
YUV206.751.42158.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 71 (28.12% from 255) = 13.35%
R=46.99%
G=39.66%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502117100.160.720.0246.9394.7162.94
HexFAD3470104822f5f3f
Octal37232310702011025713777
Binary111110101101001110001110100001001000101011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD347; }

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

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

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

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

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

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

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

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