#FAD549

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

Shades of Energy Yellow #FAD549

Tints of Energy Yellow #FAD549

Color information

#FAD549 (or 0xFAD549) is unknown color: approx Energy Yellow. HEX triplet: FA, D5 and 49. RGB value is (250,213,73). Sum of RGB (Red+Green+Blue) = 250+213+73=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD549 is #052AB6. Grayscale: #D0D0D0. Windows color (decimal): -338615 or 4838906. OLE color: 4838906.

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

Color convert

RGB25021373-
CMYK00.150.710.02
HSL47.46º94.65%63.33%-
HSV(B)47.46º70.8%98.04%-
XYZ64.4268.3916.11-
YUV208.151.76157.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 73 (28.91% from 255) = 13.62%
R=46.64%
G=39.74%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502137300.150.710.0247.4694.6563.33
HexFAD5490F4722f5f3f
Octal37232511101710725713777
Binary11111010110101011001001011111000111101011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD549; }

 p { color: rgb(250,213,73); }

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

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

 a { background-color: rgb(250,213,73); }

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

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

 span { border-color: rgb(250,213,73); }

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