#FADC05

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

Shades of Golden Yellow #FADC05

Tints of Golden Yellow #FADC05

Color information

#FADC05 (or 0xFADC05) is unknown color: approx Golden Yellow. HEX triplet: FA, DC and 05. RGB value is (250,220,5). Sum of RGB (Red+Green+Blue) = 250+220+5=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC05 is #0523FA. Grayscale: #CDCDCD. Windows color (decimal): -336891 or 384250. OLE color: 384250.

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

Color convert

RGB2502205-
CMYK00.120.980.02
HSL52.65º96.08%50%-
HSV(B)52.65º98%98.04%-
XYZ65.0471.5210.52-
YUV204.4615.44160.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.63%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 5 (2.34% from 255) = 1.05%
R=52.63%
G=46.32%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250220500.120.980.0252.6596.0850
HexFADC50C622356032
Octal372334501414226514062
Binary1111101011011100101011001100010101101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC05; }

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

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

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

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

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

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

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

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