#FAE703

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

Shades of Golden Yellow #FAE703

Tints of Golden Yellow #FAE703

Color information

#FAE703 (or 0xFAE703) is unknown color: approx Golden Yellow. HEX triplet: FA, E7 and 03. RGB value is (250,231,3). Sum of RGB (Red+Green+Blue) = 250+231+3=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 3 (1.56% from 255 or 0.62% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE703 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE703 is #0518FC. Grayscale: #D3D3D3. Windows color (decimal): -334077 or 255994. OLE color: 255994.

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

Color convert

RGB2502313-
CMYK00.080.990.02
HSL55.38º97.63%49.61%-
HSV(B)55.38º98.8%98.04%-
XYZ68.0277.4811.46-
YUV210.6910.79156.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 231 (90.62% from 255) = 47.73%
BLUE value IS 3 (1.56% from 255) = 0.62%
R=51.65%
G=47.73%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250231300.080.990.0255.3897.6349.61
HexFAE7308632376232
Octal372347301014326714262
Binary111110101110011111010001100011101101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE703; }

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

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

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

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

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

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

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

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