#FAD345

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

Shades of Energy Yellow #FAD345

Tints of Energy Yellow #FAD345

Color information

#FAD345 (or 0xFAD345) is unknown color: approx Energy Yellow. HEX triplet: FA, D3 and 45. RGB value is (250,211,69). Sum of RGB (Red+Green+Blue) = 250+211+69=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD345 is #052CBA. Grayscale: #CFCFCF. Windows color (decimal): -339131 or 4576250. OLE color: 4576250.

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

Color convert

RGB25021169-
CMYK00.160.720.02
HSL47.07º94.76%62.55%-
HSV(B)47.07º72.4%98.04%-
XYZ63.7967.3415.27-
YUV206.4750.42159.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 69 (27.34% from 255) = 13.02%
R=47.17%
G=39.81%
B=13.02%

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
Decimal2502116900.160.720.0247.0794.7662.55
HexFAD3450104822f5f3f
Octal37232310502011025713777
Binary111110101101001110001010100001001000101011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD345; }

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

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

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

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

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

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

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

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