#FADE05

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

Shades of Golden Yellow #FADE05

Tints of Golden Yellow #FADE05

Color information

#FADE05 (or 0xFADE05) is unknown color: approx Golden Yellow. HEX triplet: FA, DE and 05. RGB value is (250,222,5). Sum of RGB (Red+Green+Blue) = 250+222+5=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE05 is #0521FA. Grayscale: #CECECE. Windows color (decimal): -336379 or 384762. OLE color: 384762.

HSL color Cylindrical-coordinate representation of color #FADE05: hue angle of 53.14º degrees, saturation: 0.96, 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 #FADE05 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB2502225-
CMYK00.110.980.02
HSL53.14º96.08%50%-
HSV(B)53.14º98%98.04%-
XYZ65.5772.5810.7-
YUV205.6314.78159.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 5 (2.34% from 255) = 1.05%
R=52.41%
G=46.54%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250222500.110.980.0253.1496.0850
HexFADE50B622356032
Octal372336501314226514062
Binary1111101011011110101010111100010101101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE05; }

 p { color: rgb(250,222,5); }

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

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

 a { background-color: rgb(250,222,5); }

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

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

 span { border-color: rgb(250,222,5); }

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