#FAE502

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

Shades of Golden Yellow #FAE502

Tints of Golden Yellow #FAE502

Color information

#FAE502 (or 0xFAE502) is unknown color: approx Golden Yellow. HEX triplet: FA, E5 and 02. RGB value is (250,229,2). Sum of RGB (Red+Green+Blue) = 250+229+2=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 2 (1.17% from 255 or 0.42% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE502 is #051AFD. Grayscale: #D2D2D2. Windows color (decimal): -334590 or 189946. OLE color: 189946.

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

Color convert

RGB2502292-
CMYK00.080.990.02
HSL54.92º98.41%49.41%-
HSV(B)54.92º99.2%98.04%-
XYZ67.4576.3711.24-
YUV209.410.96156.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 229 (89.84% from 255) = 47.61%
BLUE value IS 2 (1.17% from 255) = 0.42%
R=51.98%
G=47.61%
B=0.42%

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
Decimal250229200.080.990.0254.9298.4149.41
HexFAE5208632376231
Octal372345201014326714261
Binary111110101110010110010001100011101101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE502; }

 p { color: rgb(250,229,2); }

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

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

 a { background-color: rgb(250,229,2); }

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

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

 span { border-color: rgb(250,229,2); }

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