#FAD949

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

Shades of Energy Yellow #FAD949

Tints of Energy Yellow #FAD949

Color information

#FAD949 (or 0xFAD949) is unknown color: approx Energy Yellow. HEX triplet: FA, D9 and 49. RGB value is (250,217,73). Sum of RGB (Red+Green+Blue) = 250+217+73=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD949 is #0526B6. Grayscale: #D3D3D3. Windows color (decimal): -337591 or 4839930. OLE color: 4839930.

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

Color convert

RGB25021773-
CMYK00.130.710.02
HSL48.81º94.65%63.33%-
HSV(B)48.81º70.8%98.04%-
XYZ65.4470.4316.45-
YUV210.4550.43156.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 73 (28.91% from 255) = 13.52%
R=46.30%
G=40.19%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502177300.130.710.0248.8194.6563.33
HexFAD9490D472315f3f
Octal37233111101510726113777
Binary11111010110110011001001011011000111101100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD949; }

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

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

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

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

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

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

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

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