#FAE704

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

Shades of Golden Yellow #FAE704

Tints of Golden Yellow #FAE704

Color information

#FAE704 (or 0xFAE704) is unknown color: approx Golden Yellow. HEX triplet: FA, E7 and 04. RGB value is (250,231,4). Sum of RGB (Red+Green+Blue) = 250+231+4=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 4 (1.95% from 255 or 0.82% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE704 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE704 is #0518FB. Grayscale: #D3D3D3. Windows color (decimal): -334076 or 321530. OLE color: 321530.

HSL color Cylindrical-coordinate representation of color #FAE704: hue angle of 55.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAE704 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB2502314-
CMYK00.080.980.02
HSL55.37º96.85%49.8%-
HSV(B)55.37º98.4%98.04%-
XYZ68.0277.4811.49-
YUV210.811.29155.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 4 (1.95% from 255) = 0.82%
R=51.55%
G=47.63%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250231400.080.980.0255.3796.8549.8
HexFAE7408622376132
Octal372347401014226714162
Binary1111101011100111100010001100010101101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE704; }

 p { color: rgb(250,231,4); }

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

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

 a { background-color: rgb(250,231,4); }

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

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

 span { border-color: rgb(250,231,4); }

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