#FAD74E

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

Shades of Energy Yellow #FAD74E

Tints of Energy Yellow #FAD74E

Color information

#FAD74E (or 0xFAD74E) is unknown color: approx Energy Yellow. HEX triplet: FA, D7 and 4E. RGB value is (250,215,78). Sum of RGB (Red+Green+Blue) = 250+215+78=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD74E is #0528B1. Grayscale: #D2D2D2. Windows color (decimal): -338098 or 5167098. OLE color: 5167098.

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

Color convert

RGB25021578-
CMYK00.140.690.02
HSL47.79º94.51%64.31%-
HSV(B)47.79º68.8%98.04%-
XYZ65.169.4717.19-
YUV209.8553.6156.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 78 (30.86% from 255) = 14.36%
R=46.04%
G=39.59%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502157800.140.690.0247.7994.5164.31
HexFAD74E0E452305f40
Octal372327116016105260137100
Binary111110101101011110011100111010001011011000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD74E; }

 p { color: rgb(250,215,78); }

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

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

 a { background-color: rgb(250,215,78); }

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

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

 span { border-color: rgb(250,215,78); }

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