#FAC320

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

Shades of Moon Yellow #FAC320

Tints of Moon Yellow #FAC320

Color information

#FAC320 (or 0xFAC320) is unknown color: approx Moon Yellow. HEX triplet: FA, C3 and 20. RGB value is (250,195,32). Sum of RGB (Red+Green+Blue) = 250+195+32=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC320 is #053CDF. Grayscale: #C1C1C1. Windows color (decimal): -343264 or 2147322. OLE color: 2147322.

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

Color convert

RGB25019532-
CMYK00.220.870.02
HSL44.86º95.61%55.29%-
HSV(B)44.86º87.2%98.04%-
XYZ59.259.469.72-
YUV192.8637.22168.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 32 (12.89% from 255) = 6.71%
R=52.41%
G=40.88%
B=6.71%

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
Decimal2501953200.220.870.0244.8695.6155.29
HexFAC3200165722d6037
Octal3723034002612725514067
Binary11111010110000111000000101101010111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC320; }

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

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

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

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

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

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

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

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