#FAC420

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

Shades of Moon Yellow #FAC420

Tints of Moon Yellow #FAC420

Color information

#FAC420 (or 0xFAC420) is unknown color: approx Moon Yellow. HEX triplet: FA, C4 and 20. RGB value is (250,196,32). Sum of RGB (Red+Green+Blue) = 250+196+32=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC420 is #053BDF. Grayscale: #C2C2C2. Windows color (decimal): -343008 or 2147578. OLE color: 2147578.

HSL color Cylindrical-coordinate representation of color #FAC420: hue angle of 45.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAC420 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB25019632-
CMYK00.220.870.02
HSL45.14º95.61%55.29%-
HSV(B)45.14º87.2%98.04%-
XYZ59.4259.919.8-
YUV193.4536.89168.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.30%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 32 (12.89% from 255) = 6.69%
R=52.30%
G=41.00%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501963200.220.870.0245.1495.6155.29
HexFAC4200165722d6037
Octal3723044002612725514067
Binary11111010110001001000000101101010111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC420; }

 p { color: rgb(250,196,32); }

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

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

 a { background-color: rgb(250,196,32); }

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

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

 span { border-color: rgb(250,196,32); }

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