#FAD74A

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

Shades of Energy Yellow #FAD74A

Tints of Energy Yellow #FAD74A

Color information

#FAD74A (or 0xFAD74A) is unknown color: approx Energy Yellow. HEX triplet: FA, D7 and 4A. RGB value is (250,215,74). Sum of RGB (Red+Green+Blue) = 250+215+74=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD74A is #0528B5. Grayscale: #D1D1D1. Windows color (decimal): -338102 or 4904954. OLE color: 4904954.

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

Color convert

RGB25021574-
CMYK00.140.700.02
HSL48.07º94.62%63.53%-
HSV(B)48.07º70.4%98.04%-
XYZ64.9669.4216.45-
YUV209.3951.6156.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 74 (29.30% from 255) = 13.73%
R=46.38%
G=39.89%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502157400.140.700.0248.0794.6263.53
HexFAD74A0E462305f40
Octal372327112016106260137100
Binary111110101101011110010100111010001101011000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD74A; }

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

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

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

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

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

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

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

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