#FAD545

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

Shades of Energy Yellow #FAD545

Tints of Energy Yellow #FAD545

Color information

#FAD545 (or 0xFAD545) is unknown color: approx Energy Yellow. HEX triplet: FA, D5 and 45. RGB value is (250,213,69). Sum of RGB (Red+Green+Blue) = 250+213+69=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD545 is #052ABA. Grayscale: #D0D0D0. Windows color (decimal): -338619 or 4576762. OLE color: 4576762.

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

Color convert

RGB25021369-
CMYK00.150.720.02
HSL47.73º94.76%62.55%-
HSV(B)47.73º72.4%98.04%-
XYZ64.2968.3415.43-
YUV207.6549.76158.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 69 (27.34% from 255) = 12.97%
R=46.99%
G=40.04%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502136900.150.720.0247.7394.7662.55
HexFAD5450F482305f3f
Octal37232510501711026013777
Binary11111010110101011000101011111001000101100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD545; }

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

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

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

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

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

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

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

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